Jignesh Lathiya

Share a Knowldge about Wrodpress , Playstore, Admob , Adsens, Facebook Marketing, Intagram Marketing, SEO and Technology News

How to move From one Activity to another Activity in Android Studio

In this tutorial we will learn how to open new activity when a button is clicked using android studio. move From one Activity to another Activity in Android Studio. When button in an activity(Main Activity) is clicked the new activity(New Activity) will be opened.. Step 1: Create a new Project of open new project: How

How to move From one Activity to another Activity in Android Studio Read More »

How to move From one Activity to another Activity in Android Studio Kotlin

In this tutorial we will learn how to open new Activity when a Button is clicked using Android Studio in Kotlin language. When button in an activity(Main Activity) is clicked the new activity(New Activity) will be opened. Step 1: Create a new Project or open new project Step 2: Create a new Activity(e.g. Empty Activity) Step 3: Code activity_main.xml

How to move From one Activity to another Activity in Android Studio Kotlin Read More »

Firebase RecyclerView: Retrieve Images & Text, Implement SearchView, Handle Item Clicks

In this tutorial we will learn using Firebase in Android app using Android Studio. We will:✓Create Android Studio Project✓Create Firebase Project and connect our Android Studio Project to that Firebase Project✓Store Images to FirebaseStorage manually✓Add data in FirebaseDatabase✓Retrieve these data(Title, Image, Description) in RecyclerView. To retrieve Images we will use Picasso library.✓Implement SearchView✓Handle RecyclerView Item

Firebase RecyclerView: Retrieve Images & Text, Implement SearchView, Handle Item Clicks Read More »