Relative Content

Tag Archive for javaandroidandroid-studio

Android Push Notification even the app is fully ended

I’m really new to java, and I want to make a reminder app, and I am currently stuck on sending a notification to the user when user’s app is fully closed (Destroyed). Please help me, would be a much appreciate

Is there anyway of preserve data while switching to another tab inside an app?

I have an app where I have 4 sections, and each section does different things. For example, the user needs to select what language they need to translate from and to through a drop down menu. However, whenever I switch to another section, and then go back, all the data that the user has inputted has disappeared. Is there a way to prevent this?