[HELP] Weather app - Java for Android App Development

Can you help me to make a android app? I imagined how it would look. But my problem is java, on my part I do not understand how it works, and I would not understand. Thanks in advance!

If you get stuck, then people will help but no one is going to do the full coding for you.

I don't mean to write all code for me, I mean to help me with giving some good tutorials. :crying:

Just start learning Java. If you google "java tutorial" you'll find thousands result.
Or borrow a book in your library abaout java.
After learning java you can go threw http://d.android.com/training/
Regards

http://www.survivingwithandroid.com/2013/05/build-weather-app-json-http-android.html?m=1

Related

?s on Creating a WM6 app from an XP app

Hey all, newbie here!
Let me just say that this is a great forum and you guys do wonders to borring phones...
I am interested in learning how to build an app for PPC. I have a program I use for work and would love to try and port it over. Can someone send me links and just basic info on how to get started?
Just a background, I am in IT and have programming so I am not a newbie to that world, just phone apps.
Thanks for any advice and keep up the awesome work. Timmay!!!
Do you have access to the source code of the program you want to port over? What is it written in?
Perasite
Thanks for the reply. I dont have it but I have worked with the developers and can get it. I will find out and reply tomorrow. Thanks again.

Custom Live Wallpapers?

Ok I see these are in the market, anyone know how to make em What are they gifs or sumut?
I could be wrong but I have just installed eclipse along with the IDE plugin and noticed there is a section for live wallpapers. So I'm guesing they have to be coded. I have never used eclipse or java for programing before my only experiance is with VB c++ htlm xml php an css so can't really help too much yet.
Thanks for the response. I was hoping it would be more simple as Im not a coder, guess I'll stick to getting them off the market for the moment.
RetroFlux said:
Thanks for the response. I was hoping it would be more simple as Im not a coder, guess I'll stick to getting them off the market for the moment.
Click to expand...
Click to collapse
try over google.
worked for me
Try Ownskin, info here :
http://www.ownskin.com/livewallpaper
App is here:
http://www.appbrain.com/app/diy-ownskin/com.oslwp.happy2011
Hope it helps.
Regards

How to make apps?

Hi,
I know this is a broad question but I am interested in developing apps. I am a complete novice and I know it may take me a while to learn but after my exams I have months of doing nothing and I would like to get started.
Does anybody have any ideas where to start. Anything to read? Software?
Thank you
start here
http://developer.android.com/index.html
you will have to learn java first (or C++) if you are compleatly new to programing you could start with these...
http://eclipsetutorial.sourceforge.net/totalbeginner.html
http://www.youtube.com/user/StanfordUniversity#g/c/84A56BC7F4A1F852

Ready Made Andriod Apps

Hi Everyone,
Im new so go easy lol
Im wanting your help with regards to my thesis im doing at University. Im conducting an experiment with regards to people interacting with my andriod application. Its going to be the most simplistic application and probably only needs 1 button ie 'enter' and Im wanting to find out if there are any ready made andriod apps out there, fully sourced etc for editing and publishing... Or starter kits that input the code for you. I have no software dev experience and could use some help, as I say im just looking for a smal app with just one button that says "enter" really, but allows me to put a logo on... quite basic
If anyone can help with this, that would be greatly appreciated.
Craig
Welcome to XDA
In the Android SDK (Software Development Kit) There are usually about 5-10 example apps for each version of Android (such as Android 2.2 or Android 3.0)
They are very simple, such as a notepad app, or a business card manager. And they are great ways to learn if you dissect them and poke around.
Have a look here to get started:
http://developer.android.com/resources/index.html
Good luck!
Thanks very much, thats really much appreciated
If your app is indeed that simple, private message me if you need something coded.
Rootstonian said:
If your app is indeed that simple, private message me if you need something coded.
Click to expand...
Click to collapse
That great, thanks very much. I have just sent a quick message.

[Q] Android App: create twitter feed platform

I am interested in creating and android based app where short posts like twitter can be shared with a group of people who has that app. So for example if 10 people have this app and one of them decided to create a post and share it then all the other 9 people should be able to see it in there feed. I am new to app development and was hoping I can get some kind of guidance from here as to where to start. I am not sure what kind of platform or technology is used in facebook and twitter for this specific purpose but I would like a similar setup. I really appreciate any help or guidance to help me get started and thanks in advance.
Google Cloud Messaging might be helpful in that case: http://developer.android.com/google/gcm/index.html
I'd, however, suggest to create some easier apps first, just for learning. Keep in mind, a twitter clone is a big and difficult project.
Smaller project
I would like to start from a smaller project but not sure about this area at all. I was thinking to just create a small app first where I create a post and it appears on the other end. Any ideas as how to go about it? thank you for your help.
sbcoder said:
I would like to start from a smaller project but not sure about this area at all. I was thinking to just create a small app first where I create a post and it appears on the other end. Any ideas as how to go about it? thank you for your help.
Click to expand...
Click to collapse
I don't know how to do that as I've never really been interested in networking. I'd suggest to do something without networking as your first application to get used to Android's UI elements and to Android code in general.
As soon as you understood that you can do as much networking as you want but I would start with something that is easier. (A calculator is a typical beginner project. )
sbcoder said:
I would like to start from a smaller project but not sure about this area at all. I was thinking to just create a small app first where I create a post and it appears on the other end. Any ideas as how to go about it? thank you for your help.
Click to expand...
Click to collapse
i ll give the example of Facebook
there
newsfeeds run on Hadoop
messages are on nosql not sure about this
all the searches you perform on the new graph interface (exculding those on messages) are through FQL
its a language of their own Facebook Query Language
Python is the backbone of it all, chief scripting language on thier server
of course the webinterface you see is php and javascript
........ this much only i know
but there are a few more
as u can see there's more to it than it seems to be so starting with such a thing won't be a wise decision !
"no hill too high to climb" - proceed this project if you really want to !
Sent from my GT-S5302 using Tapatalk 2

Categories

Resources