Feature #867
Sample Base Android Project Specific Major Topics Cover
Updated by Mohit khandelwal over 3 years ago
#Create a module base project Local Sqlite Database all opration perform
Updated by Mohit khandelwal over 3 years ago
#Making Login Signup funcitionility using Local Sqlite Database in Base Project.
#Create a module in Sample Base Project for Android 9,10,11 permission using Scoped Management
(WRITE_EXTERNAL_STORAGE, ACCESS_COARSE_LOCATION,READ_PHONE_STATE)
Updated by Mohit khandelwal over 3 years ago
#Make a background / forground services perform any task.
(Below Android 8 no need to forground service)
#Implementation services in base project player
Updated by Mohit khandelwal over 3 years ago
#Start services using Work manager & Job Scheduler Task performer
Updated by Mohit khandelwal over 3 years ago
#Making a Backgound or forground task executor at fix givent time in Android 9/10/11 Version.
#Android 9 above background services is automatically stop finding solution
Updated by Mohit khandelwal over 3 years ago
#Create sample Job Scheduler for background task services
#Create API sample using retro services GET/POST/MULTI-PART
Updated by Mohit khandelwal over 3 years ago
#Impliment API User Login/Sign Up One/Sign up Two/forget password/Logout password
#Makeing a sample Code using Retro-Fit API services.
#First App Introductions Screen with 4 fragment
#Find all audio file using system helper Content halper
Updated by Mohit khandelwal over 3 years ago
#Making Recycler Listing & Handling touch/Motions event
#Making Custom filter code sorting code
Updated by Mohit khandelwal over 3 years ago
#Impliment & making common code of filter in Listing.
#Implimentation & Understaing Firebase Remote config
#Make jsoup HTML Parser in android.(Find all tags, images, link)
Updated by Mohit khandelwal about 3 years ago
#Check android 12 new updates
#Create Sample code foreground services.