This is a clone of First Cry Android Application which is a India's Largest Online Store for newborn, baby & kids products.
First, clone the repo: You can use any one of the way to do it.
-
HTTPS
git clone https://github.com/Kingbond470/First-Cry.git
-
SSH
git clone [email protected]:Kingbond470/First-Cry.git
-
GitHub CLI
gh repo clone Kingbond470/First-Cry
Android Studio
Open Android Studio and select File->Open... or from the Android Launcher select Import project (Eclipse ADT, Gradle, etc.) and navigate to the root directory of your project.
Select the directory or drill in and select the file build.gradle in the cloned repo.
Click 'OK' to open the the project in Android Studio.
A Gradle sync should start, but you can force a sync and build the 'app' module as needed.
Gradle (command line)
Build the APK: ./gradlew build
Running the Sample App
Connect an Android device to your development machine. Android Studio
Select Run -> Run 'app' (or Debug 'app') from the menu bar
Select the device you wish to run the app on and click 'OK'
Gradle
Install the debug APK on your device ./gradlew installDebug
Start the APK:
Splash Screen
Landing Page
Register User | Login User |
Home - Dashboard
Home - Menu bar
Fashion Page
Order Cart | Notification | Wishlist/Favourite |
Item List
Item List 1 | Item List 2 |
Item Details
Payment Details
Parenting Dashboard
Contact Us page
Technologies
Java
Glide
Recycler View
Fragments
Scroll View
Navigation Drawer
Shared Preferences
XML
Firebase
TabLayout
ViewPager
Blog related to Project