Android Tutorials

Learn how to create applications in an Android development environment in this guide.
In this tutorial, you will learn to create a simple applications. Rock Paper Scissors. It requires some hard work on your part before you can create an app that runs without errors. If you are reading this tutorial, it means you are probably new to the Android app development field.  we will divide this tutorial into different parts to make it easy for you.

1. Installing Android Studio in Windows/Ubuntu

2.Architecture and Basic Things in Android App development

3. Hello World Android Application

4. Activity Lifecycle in Android

5. Android Layouts

6. Adding Views Programatically in Android

7. Pass parameters from one Activity to Another Activity in Android

8. Using ListView and Adapter in Android Application

9. Using Custom Adapter in Android Application

10. Add Android Studio project To github

11. Using Fragment in android development(Theory)

12. Fragment example in Android

13. Using Scrollview in Android

14. Using Spinner in Android

15. Using RadioButton & RadioGroup in Android

No comments:

Post a Comment

Extract error records while inserting into db table using JDBCIO apache beam in java

 I was inserting data into postgres db using apache beam pipeline. it works perfectly with JdbcIO write of apache beam library. But, now, i ...