Home - algarvi0/ResourcesForAndroid GitHub Wiki
Welcome to the ResourcesForAndroid wiki!
MAIN WIKI - ANDROID GUIDES
- https://github.com/codepath/android_guides/wiki
- http://www.java2s.com/Code/Android/CatalogAndroid.htm
- https://www.android-examples.com/category/android-examples-tutorials/
- http://www.java2s.com/Code/Android/UI/EditTextfocuseventlistener.htm
LIVROS/SITES DE AJUDA
- Interface in java with example programs - https://beginnersbook.com/2013/05/java-interface/
- Lesson: Interfaces and Inheritance - https://docs.oracle.com/javase/tutorial/java/IandI/index.html
- ArrayList in java with example programs – Collections Framework - https://beginnersbook.com/2013/12/java-arraylist/
- Definitive resource list for web developers - https://bycorsanchez.github.io/resources/
- Java Helps - https://www.javahelps.com/2015/02/android-drawable-importer.html
- Code Helps - https://code.tutsplus.com/categories/android-sdk
- Google Samples - https://github.com/googlesamples/ e https://developer.android.com/samples
ANDROID DEVELOPER WEBSITE
- https://developer.android.com/develop/index.html
- https://developer.android.com/guide/topics/ui/notifiers/toasts.html
- https://github.com/googlesamples -
- Room Persistence Library (The Room persistence library provides an abstraction layer over SQLite to allow for more robust database access while harnessing the full power of SQLite.) - https://developer.android.com/topic/libraries/architecture/room
- https://developer.android.com/training/animation/
- https://developers.google.com/android/for-all/vocab-words/
Online Tools
Android Asset Studio A collection of tools to easily generate assets such as launcher icons for your Android app.
Android Buttons Maker - http://angrytools.com/android/
HELP LINKS
VIEWS
ScrolView:
- How to use ScroollView in Android ?
- http://stacktips.com/tutorials/android/android-scrollview-example
- How can i use a View node in Android XML layout file ?
- Activities - http://android-er.blogspot.pt/2011/09/onsaveinstancestate-and.html
http://code.hootsuite.com/orientation-changes-on-android/
- Saving Android Activity state using Save Instance State - https://stackoverflow.com/questions/151777/saving-android-activity-state-using-save-instance-state/151940#151940
- The Activity Lifecycle
- Source - https://gist.github.com/udacityandroid
- Common Android Views Cheat Sheet - https://drive.google.com/file/d/0B5XIkMkayHgRMVljUVIyZzNmQUU/view https://stackoverflow.com/questions/14091760/how-to-make-a-new-line-or-tab-in-string-xml-eclipse-android/14091780#14091780
- How can I get the current screen orientation? - https://stackoverflow.com/questions/3663665/how-can-i-get-the-current-screen-orientation/28910214#28910214
DESIGN
TEXT VIEWS
- Try adding material icons to the left of your TextViews. https://materialdesignicons.com/
- Difference between gravity and layout_gravity on Android - https://stackoverflow.com/questions/3482742/difference-between-gravity-and-layout-gravity-on-android
- How to customize different buttons in Android - http://mrbool.com/how-to-customize-different-buttons-in-android/27747
- The Activity Lifecycle - Saving and restoring activity state - https://developer.android.com/guide/components/activities/activity-lifecycle.html#saras
- https://stackoverflow.com/questions/5756136/how-to-hide-a-view-programmatically
ScrollView
https://guides.codepath.com/android/Working-with-the-ScrollView
Strings:
Android: How do I get string from resources using its name? - https://stackoverflow.com/questions/7493287/android-how-do-i-get-string-from-resources-using-its-name/7493367#7493367
- Java String.equals versus == [duplicate] - https://stackoverflow.com/questions/767372/java-string-equals-versus
Using Values
- Store your dimensions and text sizes in dimens.xml for better code readability and reuse. https://programthat.wordpress.com/2013/04/30/how-to-set-up-a-dimensions-xml-file/
- Sources Java da https://gist.github.com/udacityandroid
- Buttons - https://stackoverflow.com/questions/26519979/coloring-buttons-in-android-with-material-design-and-appcompat
Toasts - Mensagens de Aviso ao user
https://developer.android.com/guide/topics/ui/notifiers/toasts.html
JAVA
- Assignment, Arithmetic, and Unary Operators in Java - https://docs.oracle.com/javase/tutorial/java/nutsandbolts/op1.html
- Basic Operators - http://www.tutorialspoint.com/java/java_basic_operators.htm
- https://www.javatpoint.com/access-modifiers
- Equality, Relational, and Conditional Operators - https://docs.oracle.com/javase/tutorial/java/nutsandbolts/op2.html
Erros
Android Studio
- Erros no GITHUB - https://stackoverflow.com/questions/30662453/android-studio-unable-to-connect-to-github-via-proxy
- Debug App in Android Studio - https://developer.android.com/studio/debug/index.html
- https://stackoverflow.com/questions/3656371/dynamic-string-using-string-xml/3656409#3656409
INTENTS
- Intents comuns - https://developer.android.com/guide/components/intents-common.html?utm_source=udacity&utm_medium=course&utm_campaign=android_basics
USEFUL WEBSITES
-
Android Timmer - https://examples.javacodegeeks.com/android/core/os/handler/android-timer-example/
-
https://techbeacon.com/ultimate-android-development-guide-50-beginner-expert-resources
-
https://www.uplabs.com/android - Daily Android resources for designers https://www.concretepage.com/android/
-
Android User Interface Design: EditText Controls - https://code.tutsplus.com/tutorials/android-user-interface-design-edittext-controls--mobile-7183
-
Screen Orientation Change – Saving Focus - http://onegullibull.com/WP-OneGulliBull/?p=252
-
Google AdMob: Monetizando seu aplicativo Android - https://www.devmedia.com.br/google-admob-monetizando-seu-aplicativo-android/30934