Developed a standalone container that displays Contextual Cards
which are Dynamic and their properties like images, color, texts, buttons, etc., can be changed from backend at anytime. The Contextual Cards
are rendered based on a API response whose Link is given below. Built the project as a part of the Selection process for Android Engineering Intern at FamPay.
https://github.com/Akash-Ramjyothi/FamPay-Android-Assignment/blob/master/APK%20File/app-debug.apk
WhatsApp.Video.2021-07-02.at.7.42.46.PM.mp4
- Android Studio.
- Java.
- XML.
- Picasso library version:
2.71828
to easily load Images from a URL. - Volley library version:
1.2.0
for making networking on the App easier and faster. - Lottie library version:
3.7.0
for interactive Splash Screen. - CardView version:
28.0.0
to display the Fetched data in Cards.
https://run.mocky.io/v3/fefcfbeb-5c12-4722-94ad-b8f92caad1ad
https://forms.gle/2gHdUkbtYS29frj18
Code.Overview.Made.with.Clipchamp.mp4
Difficulties.Faced.Made.with.Clipchamp.mp4
- Open Android Studio IDE.
- Clone with
git clone https://github.com/Akash-Ramjyothi/FamPay-Android-Assignment
. - Select whether to run on Android Emulator or Physical Device connected with USB.
- Run the application with
gradle assembleDebug
on command line.
- Take a look at the Existing Issues or create your own Issues!
- Wait for the Issue to be assigned to you after which you can start working on it.
- Fork the Repo and create a Branch for any Issue that you are working upon.
- Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
- Add Screenshots to help me know what this Code is all about.
- https://www.youtube.com/watch?v=wTwoAckLMD4
- https://www.youtube.com/watch?v=y2xtLqP8dSQ
- https://stackoverflow.com/questions/28923844/create-a-dynamic-ui-in-android-from-json-template
- https://proandroiddev.com/dynamic-screens-using-server-driven-ui-in-android-262f1e7875c1
- https://www.youtube.com/watch?v=3uAqwnxZMwI