What is a fitting approach on an app like this? - Java for Android App Development

Hello there,
i want to makre an app that allows the user to categorize his contacts into personality traits. Like every contact has a set of attributes and sub-attributes to them. An AI helps finding the right adjectives in a dictionary. It can be just for fun or to help organizing ones thoughts about his social circle. I have only some basic java knowledge, I can write simple functions and create lists and hashmaps. How do I go about this kind of app? Appreciate the responses.
Best regards
Sakazuki27

Related

[Q] Need help for a app book programming.

Greeting Devs
I´m working for a while with Android on the HD2.
I´m looking for a reasonable app which i can look formulas and tables in the area of mechatronics.
As I had to realize, I have found nothing clever.
So I have come to the idea, to built on my own a APK
I have no idea of programming experience in Java, however, and programmable logic controllers and other little-known scripting language and consider myself quite capable of adapting a presentation app to my wishes and to compilers.
Okay.....
Now we come to the point can someone of you recommend a type of modular or prefabricated app in which I have a book which includes a search function in which I can then search for key words and the book is also scrollable?
A few important properties:
--->Must be in the landscape are absolutely
--->Editable bookmarks
At this point I would like to thank you in advance for any possible answer, and I wish you all a wonderful weekend.
With friendly greetings
TylerDurben

[Q] The best tutorial for game/app development on android ?

I want to develop games for android, but the problem is that I'm totally clueless about how to do it, so if anyone would give me the name of books, site, anything that would point a beginner like me to how to start developing for android, I would be very grateful !!!
thanks in advance
Professional Android 2 Application Development by Reto Meier is a decent book for learning general application programming. It goes over the basics and includes chapters on how to read data from the various sensors, accelerometer, access the camera and whatnot.. Pretty handy if you want to make a robust game.
It doesn't go over OpenGL, so you'll have to find a separate book for that. I'm pretty sure there are some tutorials on http://developer.android.com, but I've never been interested enough to read through it.
Hope that helps, good luck.
thnx a lot, I'll be sure to go over that book, read reviews to see if it's good before diving in

Collaborators for android medical software development

Hi everybody,
I am a young physician, very found of my android phone. I am very impressed by the lack of specific medical application for Android. From this point of view iOS stays so much better.
I am looking for a partner who is interested in developing medical applications. I would provide the ideas for applications (based on the current needs of practicing medical doctors) and the expertize (the medical text, knowledge..etc).
I am interested in creating educational materials, such as atlases or quizzes. This would be very simple to create: I would provide the text and the pictures, you would have to put them in a program.
Let me know if you are interested.
Edelkeit at live dot ca
Thank you.

The Communicator app: Where to start with Android app development

Hey guys
Aight so the idea is to create an app that lets the user speak to someone in a different language. You make a recording and using the same function that the voice search feature has that recording gets translated to typed words on the phone. The app then uses some translating service like google translate to convert that writing to a language of your choice. That writing will then get read* by the phone and can be heard through the speakers. So essentially you can talk to someone even if you dont speak the same language.
*I know this is possible because I used to have an app that did just this: it read out loud what you wrote down
I have no experience with android development, and not very much with programming either for that matter (ive done some python stuff). However, I thought of this, which dosen't seem too hard to create, and I thought this would be a great way for me to start off and learn about app development.
Ok so because most of the features already exist it should just be a matter of patching them all together (right?). This is where I need you guys' help. Any suggestions on where I could start?
I appreciate any help, no matter how big or small!
MODERATORS: I wasn't really sure if this was the right place to post this, so feel free to move it to where ever you find suiting if this isn't right.
I would love it if someone wanted to work on this together with me, but
PLEASE DONT BE A D*CK AND JUST STEAL THIS IDEA!
Hi,
I'm relatively new to Android myself. But in my understanding, I would suggest the best method to start coding this app is, to build a Service which is intended to do the network polling, and the translation for the App in Background. So I think you need a server which tracks your Messages, and serves the data for the app. U have to look at IPC (Inter Process Communication) to communicate with you service.
If you finished all these, then you can start to build an Android Activity to communicate with your user.

What Topic Do I Need To Tackle To Develop This Kind Of App?

The harvard university android app from google play store. (I can't seem to post any outside link yet for this account)
I want to create one for may school but I'm just starting to learn android programming, so guys I need your help on the topics that I need to study to create an app like that. I greatly appreciate any kind of comments. Cheers!
clonedaccnt said:
The harvard university android app from google play store. (I can't seem to post any outside link yet for this account)
I want to create one for may school but I'm just starting to learn android programming, so guys I need your help on the topics that I need to study to create an app like that. I greatly appreciate any kind of comments. Cheers!
Click to expand...
Click to collapse
Fragments, ListViews, JSON parsing (for communication with the web server to download news etc), Android SQLite databases (I suggest using this to store the information from the webserver locally so the app does not require a constant internet connection to view a news article for example), Google Cloud Messaging notifications, notifications, encryption.
There are lots more but these are some of the main ones. In addition I would not advise trying to copy the "look" or aesthetics of the Harvard application as it frankly looks disgusting, whoever designed that needs a course in UI design
any book suggestions?? im only studying at home and wanted to start studying android app development
m0nm0npalam0n said:
any book suggestions?? im only studying at home and wanted to start studying android app development
Click to expand...
Click to collapse
Android Application Development for Dummies and Learn Java for Android Development are 2 that I have in ebook form, though I can't say I've used them much as I don't really learn by reading books, more like looking at the source code of other apps and messing with it to see what happens
Android Application Development for Dummies goes through a wide range of topics including widgets, SQLite storage, possibly SharedPreferences (can't remember), ListView etc but does assume that you can at least follow what the sample code is doing - the sample code is commented but if you have not done any coding at all before then you probably should learn the basics of Java before reading it
Jonny said:
Android Application Development for Dummies and Learn Java for Android Development are 2 that I have in ebook form, though I can't say I've used them much as I don't really learn by reading books, more like looking at the source code of other apps and messing with it to see what happens
Android Application Development for Dummies goes through a wide range of topics including widgets, SQLite storage, possibly SharedPreferences (can't remember), ListView etc but does assume that you can at least follow what the sample code is doing - the sample code is commented but if you have not done any coding at all before then you probably should learn the basics of Java before reading it
Click to expand...
Click to collapse
thanks man! this really helps
Jonny said:
Fragments, ListViews, JSON parsing (for communication with the web server to download news etc), Android SQLite databases (I suggest using this to store the information from the webserver locally so the app does not require a constant internet connection to view a news article for example), Google Cloud Messaging notifications, notifications, encryption.
There are lots more but these are some of the main ones. In addition I would not advise trying to copy the "look" or aesthetics of the Harvard application as it frankly looks disgusting, whoever designed that needs a course in UI design
Click to expand...
Click to collapse
Thank you very much for the reply, I'm really thankful for the information that you share. Can you please clear this one for me?
I suggest using this to store the information from the webserver locally so the app does not require a constant internet connection to view a news article for example
Click to expand...
Click to collapse
clonedaccnt said:
Thank you very much for the reply, I'm really thankful for the information that you share. Can you please clear this one for me?
Click to expand...
Click to collapse
When you get data from a server to an Android app you use php for the server code - for example you can use php/mysql to run a search for calendar events in the database and return those events. Then you need to use php's JSON encode function to send the data in a JSON array.
The output should look something like this - this is the output of the calendar database for my school:
http://wgsb.cobainschofield.com/android_db/get_calendar.php (note this is not the live schools site, its the test server the guy who maintains the live site allows me to mess with err use).
You would then use a JSON parser class and an AsyncTask from within the app to "download" the content of the JSON array and then display it in a listview or textview etc.
Now obviously to get this information requires an internet connection yes? So every time someone wanted to check for an event on the calendar or read a news article for example they would need a working internet connection to receive the output of the get_calendar script, this is inefficient and bad design as it does not allow for offline viewing of the data.
Therefore what you can do is use androids SQLite implementation to create a local sql database then the first time you need to get the data from the webserver, you connect to the internet and get the output of the php script, the using the JSON parser class you store the information in the sqlite database then get the information from the database to display to the user.
By this way users can view news articles or calendar events offline and you only need to connect to the internet to refresh the information
I've uploaded screenshots in the attachments of how I've done it for my school's app.
That made it clear! Thank you very much.

Categories

Resources