help to start developing this apps

n.carvallo

New member
Sep 6, 2012
4
1
0
Hi guys I want to start developing apps ... Want to make an app for my city, that has text content and images, and something like a search engine that works with 3G ... The problem is that I am still very n00b, I have installed the sdk and eclipse but I find it very difficult to understand and start working ... You can help me? either tutorials, ideas or whatever ... thank you very much
PS: Sorry if the thread is not in the right place and very bad English ... :rolleyes:
 
  • Like
Reactions: Gurushankar

n.carvallo

New member
Sep 6, 2012
4
1
0
help to start app

Thanks, one last question, when you create a button, as I assign an activity, I want to press it to display a textview with information and pictures, as I do that?
<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentLeft="true"
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:text="Hola"
style="?android:attr/borderlessButtonStyle"
android:eek:nClick="sendmessage"/>
 

n.carvallo

New member
Sep 6, 2012
4
1
0
Okay guys one more question for n00b someone with no knowledge of java or anything recommend starting with "eclipse" or with another program a little easier? sabem any guide with key commands or xml java? Any other advice? Thank you! ;)