Make Your Own Android Application
Hi, guys welcome to My Support Tech blog. In this post, I will share the Android Application Source Code. In this Source-Code, you can learn how you can make your own android application.
Let's Start With Empty Screen And Name The Your Application-
- Item List Resource Layout
- Splash Screen
- Home Screen
- Create Blank Fragment For Category(Tabs)
- Custom Adapter
- Create Asset Folder
Item List Layout(create a resource layout)
- Item List Layout
Splash Screen(Simple Splash Screen Image View With Handler)
- Splash Screen XML
- Splash Screen JAVA
Home Screen(Tab layout, ViewPager Fragment, And RecyclerView)
Here in the home screen, I will create a tab-layout to show all categories and content.
Home Screen As Second Activity XML
- HomeActivity XML
- HomeActivity Java
Custom Adapter Class
Create a java class to make the Adapter.
- Custom Adapter
Blank Fragment(Recyclerview)
Blank Fragment As Content Category
- Blank Category XML
- Blank Fragment JAVA
No comments:
Post a Comment