• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Expecting some real time apps tutorials for learning

siva26

Lurker
I would like to learn the android development by refer real time app source code. anyone can help me to find the source code location?
 
Can you be more specific? What would you like to do in real time?
 
Can you be more specific? What would you like to do in real time?


Thanks to your reply... Yes Actually Im looking for a restaurant management or point of sale application apps source codes. If i get those I can learn from that as well as I can modify according to my needs.
 
It's unlikely you will find anything ready made that will exactly fit your requirements. If you break the problem down into specific features we may be able to offer useful links to tutorials or sample code.
For example, does your app need to communicate with a back-end server? Does it need to access a database? Are there any specific requirements for the user interface?
 
If you couldn't find the exact application also no problem. but if you help me to find something related to this to help my learning it will be a big help friend.
 
I've said this before to people, but with a client/server type of application, are you sure you need an app to do this? Applications like this can often be implemented faster by using a website approach. That means you write web pages, which include access to a back end database, and the user interacts with the website using the device's web browser.
So the first question to you is, do you absolutely need to write an app for this?
 
Nop. I don't want to create the web site. ok let me explain my requirements.
1. Im currently learning android development.
2. now I have plan to build the android project by my self by referring some sample codes.
my application contains below requirements.
first user need to register or login the app
User can search the restaurant menus
user can use the coupon code if its available
user can able to do payment via payment gateway
user can get the push notification saying how longs take to prepare the menu
user can provide the ratings and feedback about the service.
Note: This is only regarding one restaurant activities
 
Back
Top Bottom