Android Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsMobile ProgrammingAndroid Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 2nd, 2012, 12:26 AM
Interista Interista is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jul 2012
Posts: 1 Interista User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 33 m 49 sec
Reputation Power: 0
Guide me , I need advice about app idea

Hello ,

I'm noob here , And I just hope you guys can help me ^_^

I need ur advices about how to start my new app , This app will be for my graduation project :$

My whole idea is app have students/users , every user have ID/student ID & password to login .
after that the student will see his marks in table , and in other activity the student will see his courses and some info about those courses , etc..
and the teacher can send message for whole class about homework or just announcement .

Now how can I start working for this app , What I need exactly !!
sure this app need internet connection to get this info , I think the info gd to store in MySQL database or I don't know u guys know better than me.
So I need solutions about this idea app , Finally sorry if my English wasn't that good and that clearness .

My Java is gd not that bad , But this is the first time for me in Android .
I don't need u guys help me with the code , I'm learning Android now .
But my problem is how to start and what should I use to make this app .

Thank u guys =)

Reply With Quote
  #2  
Old August 6th, 2012, 01:06 PM
Tramontana Tramontana is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2012
Posts: 10 Tramontana User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 28 m 26 sec
Reputation Power: 0
Some things to consider

It's over a month, but nobody has answered yet so here are some thoughts.

What you're describing needs the app to cooperate with a website, so it's not just an Android programming problem. I've built a couple of products that do this and I'd be happy to share some knowledge. Here's an outline of the basic building blocks.

For the server I always use PHP. I have my own lightweight CMS framework that makes it relatively simple to set up a job like this. Apart from the messaging between the app and the server you'll also need a management area where you can monitor the system from a browser. I find it handy to have expertise with both Java and PHP; it's a relatively uncommon combination that opens up some interesting job opportunities.

At the Android end there's a GUI the user interacts with. Behind the scenes it has an HTTP module that sends messages to the web server and collects the replies. A bit like using AJAX in a browser, you could say. Because replies come back asynchronously you need a mechanism to inform the Activity when they arrive. I do this with a simple listener interface.

I usually do my GUI prototyping using another of my own tools; a high-level scripting toolkit that runs on Android to edit, compile and run scripts. It's called EasyCoder and it's on the Play Store.

If you'd like more information just ask.

Reply With Quote
Reply

Viewing: Dev Shed ForumsMobile ProgrammingAndroid Development > Guide me , I need advice about app idea

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap