1,245 Topics

Member Avatar for
Member Avatar for Panathinaikos22

Hello, this is my code [CODE]import android.app.ListActivity; import android.os.Bundle; import android.widget.ArrayAdapter; import android.widget.ListView; public class AnimalsActivity extends ListActivity { @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); String[] Animals = {"Cat","Dog","Horse","Pig"}; ListView lv = (ListView)findViewById(R.id.listv11); ArrayAdapter<String> _adap; _adap = new ArrayAdapter<String>(this,android.R.layout.simple_list_item_1, Animals); lv.setAdapter(_adap); } }[/CODE] The problem is with [COLOR="Red"]ListView …

Member Avatar for Panathinaikos22
0
165
Member Avatar for C++ programmer

Hi guys I have been wondering can we develop android apps on Qt? Do we have to learn Java inorder to program for android in Qt or All the programming will be done in C++. Actually I don't want to learn Java any recent because I am working on someother …

Member Avatar for jbennet
0
98
Member Avatar for ctrl-alt-del

Hi all! This might be a thoroughly simple question, but as I am unable to formulate it in a simple sentence, Google cannot really help me. Since I will soon be buying a place of my own, I have certain desires which are of a geekier nature. A friend will …

Member Avatar for ctrl-alt-del
0
138
Member Avatar for toadzky

I'm using the GreenDroid library for the actionbar. I can't get a title to show up no matter what I do. I have tried setTitle(), getActionBar().setTitle(), changing color in the styles. Has anyone else had this problem?

0
57
Member Avatar for mnewsome

I write to inquire about the current status of the TMobile Google G1 Android firmware 1.6 phone The reset removed the wireless settings panel and replaced it with a series that include: Name APN Proxy Port Username Password Server MMSC MMS Proxy MMS Port MCC MNC APN Type The phone …

0
89
Member Avatar for james6754

Hi, I have created a new Thread in my Activity and call start on it. The run() method of the new thread runs but when I am attempting to change the UI it crashes. Because of the above I am using runOnUiThread(). [CODE] Button v = (Button) findViewById(R.id.newButton); runOnUiThread(new Runnable(){public …

1
62
Member Avatar for Q8iEnG

Dear all, I'm learning now about Android app development. I feel really good at it, thanks to thenewboston tutorials over youtube. I got a question, How do I change a pdf file to an app? I looked all over the internet and all what I got is several websites with …

Member Avatar for Q8iEnG
0
136
Member Avatar for Wolxhound90

Hey all, I'm trying to install the Android SDK to work with Eclipse. I am following the instructions given on these websites: [url]http://developer.android.com/sdk/installing.html[/url] [url]http://developer.android.com/sdk/eclipse-adt.html#installing[/url] I'm using Eclipse Indigo, and everytime I try to add the ADT Plugin I get the following error: Cannot complete the install because one or more …

Member Avatar for Wolxhound90
0
192
Member Avatar for Awais Ali

hi guyz, i am new on Android and i want to learn about "Android cocos2d". Before i am asking, i googled about "Android cocos2d" but i did not find any helpful material. So plzz i need help from you.. Thanks,

Member Avatar for Bis!
0
92
Member Avatar for annttiigs

Hi all, I want to activate an OSGI bundle and interact with it on android environment. But I am not sure of the design pattern that I need to use. Can you provide me the design perspective ( etc.. you need an interface, and eventhandler.... ). I don't need the …

Member Avatar for sarathsshanker
0
77
Member Avatar for progdoc

I am currently working on my thesis which consists of a mobile parking application. It's basic function is that of finding a car spot for the user. I would like to find some computer science challenges within this scenario. An algorithm that will boost my mobile app or something of …

Member Avatar for WaltP
0
134
Member Avatar for Cenchrus

Hey everybody, I just made an application for Android, and In the developer console it reads as published, but when I search the application, it does not find it... any help on this?

Member Avatar for bleedi
0
123
Member Avatar for bleedi

Hey, I'm developing a processor-intensive app for Android, which includes nested loops. The development process is still going on, but I'm already trying to find ways to optimize the performance. And I need tips and tricks for it. :) Mainly I've been changing all the for-loops from (int i = …

Member Avatar for bleedi
0
226
Member Avatar for woodenduck

I would like to create a notebook type application that will accept touch input and allow you to draw on the surface view. I'm unsure what I'm doing wrong since I have not programmed for the Android before. Here is what I have: [CODE]findViewById(R.id.pageSurface).setOnTouchListener(new View.OnTouchListener() { public boolean onTouch(View v, …

Member Avatar for woodenduck
0
375
Member Avatar for rotemorb

Hello I'm a computer engineer. I would like to enter into the world of android programming. I wish to buy a book in Amazon, but i'm in a bit of a dilema between: Beginning Android 4 (Beginning Apress): [URL="http://www.amazon.com/Beginning-Android-4-Apress/dp/1430239840/ref=sr_1_1?s=books&ie=UTF8&qid=1328103564&sr=1-1"]http://www.amazon.com/Beginning-Android-4-Apress/dp/1430239840/ref=sr_1_1?s=books&ie=UTF8&qid=1328103564&sr=1-1[/URL] And Beginning Android 4 for games: [URL="http://www.amazon.com/Beginning-Android-Games-Development-Apress/dp/1430239875/ref=sr_1_2?s=books&ie=UTF8&qid=1328103848&sr=1-2"]http://www.amazon.com/Beginning-Android-Games-Development-Apress/dp/1430239875/ref=sr_1_2?s=books&ie=UTF8&qid=1328103848&sr=1-2[/URL] Which of these two …

Member Avatar for peter_budo
0
172
Member Avatar for james6754

Hello, I am trying to debug my application in real time on the emulator. At present, when I debug the application I can step through the code but cannot see any output on the emulator screen. Let's say I execute a line of code that says to set a buttons …

Member Avatar for peter_budo
0
76
Member Avatar for sharathg.satya

i am trying to use google maps in my application but its giving me an error in the xml file as "error: No resource identifier found for attribute 'apikey' in package 'android'" can i know how to solve this error thanks in advance

Member Avatar for mr.disguise
0
219
Member Avatar for androidf

My project scope is on android forensic. 1. After extracting all the information from an android phone, the information is saved to an excel file. Currently, I'm trying to transfer all the data saved in the excel file to MySQL database in Java. 2. After which, implement a feature that …

Member Avatar for peter_budo
0
558
Member Avatar for Ghouri

I am developing an Application in which i have to move files from-to two directories. i know how to read/write in a file but i m not getting the proper way of moving-deleting-copying files from one directory to another. here is file delete code. File sdRoot = new File( "/sdcard/" …

Member Avatar for peter_budo
0
55
Member Avatar for riahc3

Hello The instructions for installing the Android SDK on Eclipse are different than on MyEclipse (following Google). Any step by step? Thank you

Member Avatar for riahc3
0
259
Member Avatar for Joshua73
0
81
Member Avatar for ef32

I am trying to create an application that customizes shirts on android, now on my application i have created a gridview that shows the thumbnails of shirts for the user to select, i want the user to be able to click on any image and it displays as fullscreen in …

0
73
Member Avatar for prajesh2

Hello, How can I mass install 10 apk files into android phone. I need to install these apk files and test the apps before I can send them live. Please help. Thanks, PJ

Member Avatar for peter_budo
0
92
Member Avatar for BnayaArbel

Hii im Python Programmer , and i want to start write application to android operating system. i can to develop with python? and i want that the Client will be run the application without something installed before (Like Python interepter and etc) How i can ? Thnaks!

Member Avatar for Tech B
0
138
Member Avatar for steve_kamlp

Hello! On Android if the application which runs can not get permissions (even if user wants) if the Android is not root mode. That means the application can not use some API of Android. That means there are [B]official (supported) root API[/B]s of Android (by Google) ? If yes, can …

0
57
Member Avatar for sfrider0

An auto dealer has asked me if I would create an Android app for them. They already have a good website with images, prices, details, etc. I'm not really sure what all they would want, but for now, I'll will mostly deal with letting the users search through the cars …

Member Avatar for chrishea
0
245
Member Avatar for emorjon2

Hi all! I bought a new HTC desire Z I'm swedish so I wanted Å, Ä and Ö on my QWERTY-keyboard on the mobile but I couldn't get a HTC desire Z with Å, Ä and Ö. So I decided to fix it on my own. I am developing a …

Member Avatar for _neo_
0
153
Member Avatar for arka.sharma

Hi, I am able to browse internet after I set my proxy ip and port from "settings -> wireless network -> Mobile network -> Access Point name -> Telkila -> proxy ".But instead of setting proxy here if I try to insert a row having "values(99,'http_proxy','10.203.227.227:80') " as suggested "http://www.anddev.org/emulator__internet_behind_proxy-t130.html" …

Member Avatar for seonetsmartz
0
189
Member Avatar for happygeek

With the recent announcement of an easy way to gain root access for Android phones running 2.3.4, to add to the list of similar exploits for earlier versions and 3.0 and beyond, it should come as no real surprise that the bad guys are taking advantage of the relative weakness …

Member Avatar for Trigle
0
445
Member Avatar for riahc3

Hey AFAIK, you have to pay for Mono for Android so you cant write C# applications that run on Android. Is there any alternative?

Member Avatar for riahc3
0
182

The End.