FastMart banner

FastMart

4 devlogs
4h 21m 49s

A simple Android e-commerce app UI built with XML layouts, featuring a splash screen animation, product browsing, and SMS-based purchase confirmation.

This project uses AI

Used ai to help in writing readme

Demo Repository

Loading README...

aneezakiran07

HI!!! In this devlog, I finally got the Buy Now button working! When clicked, it shows an alert dialog asking for confirmation, and on confirming it triggers the SMS logic using SmsManager. Testing on emulator shows SMS failed (emulators can’t send real SMS) but the logic is correct! In this process I learned about AlertDialog.Builder and how SmsManager works.

Attachment
2

Comments

Giovanni Nodal -  Hackclub ZRL Santa Meet and Greet Coordinator

Looks professional! Was nearly convinced you didnt even make it, lmfaoo

Pascal Lösch
Pascal Lösch 10 days ago

Yea, it really looks professional and nice 👍

aneezakiran07

HI!!!
In this devlog, i made an activity(page) of the product where i add buy now button and product details, buy now button isnt working for now, i will update that in next devlog
in this process, i learned how we pass data from one activity to other activity, also keeping track of ids are headache, i should
be more professional and name them professionally so its easier to remember TT

0
aneezakiran07

Hi!!
in this devlog, I made a homepage, i used dummy data to fill in the values of the products. I made a usable product_card.xml and used
it instead of making 4 different cards.
I learned how to use setText and how to find View from its id from XML.
In next part,i will connect this activity to product details activity where user can order then.

0
aneezakiran07

HII!!! so i am going to build a simple e-commerce app. Well, I am new to android developement. so I will only be making beginner level stuff in it to enhance my skills.
In this devlog, I explored Android animations (TranslateAnimation, AlphaAnimation), XML layouts with RelativeLayout, and Handler.postDelayed() for timed navigation. And using it i built a splash screen with a sliding truck animation that transitions to HomeActivity after 3 seconds.

0