fragment-lifecycle
There are 62 repositories under fragment-lifecycle topic.
hfeky/udacity-egfwd-android-sessions
Android session slides and short demo projects that were discussed as a part of Egypt FWD program with Udacity.
Chesire/LifecykleLog
Android library to log out Activity and Fragment lifecycle methods
mobiledevpro/covid-19-tracker-android
🔥 MVVM + Clean Architecture + Best Practices | Android App Live Tracker displays a global data on the COVID-19 (Corona Virus) outbreak. Based on the Johns Hopkins University(JHU) datasource.
markrizkalla/Payment_Assistant_App
Gym App keep track of user subscriptions and other information built it from scratch
shenguojun/LazyFragmentTest
Compare two method to realize android fragment lazy load. 比较两种android中Fragment懒加载的方法。
oniatsu/fragment-stack
Android library to manage multiple page stacks of Fragment. And it provides life cycles like pages.
anandwana001/begin-with-android
Projects for complete beginner session who wants to learn Android App Development
burakgomec/Word_Reminder
An android language translator application developed with ibm watson language service
myofficework000/LoginRegistrationApp
Fragments with Login and Registration in kotlin App
MFori/LazyFragment
Android lazy loading data to viewpager
akinemreyazici/PeopleHub
Turkcell Kotlin Bootcamp Homework 8. Application that people can save their friends , business contacts , family members etc.
hezihaog/LifecycleDispatch
在任何地方,监听Activity,Fragment生命周期。
joykangangi/Nature-Trivia-App
Get information on Travel Destinations and do a Quiz later
AlexanderEggers/archtree
Collection of Android APIs to simplify the architecture of your app.
rahulsonone1234/android-projects
The basic android project operations for beginners.
shamoon1997/Dynamic_implementation_of_Fragments
This is the app which a single activity containing a button whenever we click on the button it maps fragments on the activities, like when click on button it will place fragment-1 when we click second time it will replace first fragment with second fragment
surajsahani/i-movies
A sample app that consume the Itune Search API. based on Kotlin MVVM architecture.
bgmylc/AD12Bootcamp-FragmentLifecycle
App for Activity & Fragment Lifecycles Lecture in Android 12 Bootcamp
BunyaminKiremit/android_e-ticaret
Turkcell Staj Task
dvento/OpenWeatherAPI
Simple app to test and experiment with the OpenWeatherAPI
harshkv/Fragment_ProfileBuilder
Built an Android Application using a single Main Activity and multiple fragments. The Fragments communicate between other Fragments and Activity.Information is saved using SharedPreferences using GSON Library.
HarshWavikar/FoodOrderingAPP
A Food Delivery Android App developed using Kotlin language. App includes various restaurants, multiple menus, user can place order and get confirmation also users can mark their favorite restaurants and can track their order history as well.
khadkarajesh/asteroid-radars
Udacity Mentorship Project
MrJiao/JacksonLifecycle
Activity/Fragment/Presenter 生命周期外部监听
newvarma/SampleCodeFragments
Sample Code For Fragments
orhanucr/My-Contacts-App
Orhan Uçar Ödev 8
rkadlick/PasswordGenerator
Password Generator is an Android application that provides randomly generated passwords.
sedanuronderr/FoodAppp
Coroutines,Retrofit,Mvvm,Fragment ,Room Jetpack libraries were used in the project.
swatijha-2906/wordJumble
An android game app
pereprior/ORBYS-Vote
Servicio web para realizar votaciones en android
sakibul4hasan/Access-_fragment_containerId-in_Fragment.java
If your fragment_container is defined in the main activity layout, and you want to access it from within a fragment, you need to reference it through the activity. Here's how you can do it:
gabriel-TheCode/JetpackNavigationComponent
Sample multi fragments project to test Jetpack Navigation Component
rajitdeb/FragmentLifecycleExample
This repository focuses on understanding the Fragment Lifecycle in Android
sakibul4hasan/DataPassing-in-Fragment
In the context of programming, especially in mobile app development or other software applications, passing data from one fragment to another is a common requirement. Fragments are components of an activity in Android, for example, and sometimes you need to send information from one fragment to another.