1,785 Topics

Member Avatar for
Member Avatar for 3xxx

hey, I am totoally window person no experience with apple whatsoever except it is a multi-touch mouse that I know say -- if I wanna to learn android, I start with appinventor.com ----- I really wanna to learn write an apps for ipad i.e. business application I want it to …

Member Avatar for ChrisPadgham
0
269
Member Avatar for tomtaila

Ok so my university has assigned me the task of creating a brick breaker game for android phones (full spec below). What I would simply like to know is[B] which design pattern I should be using to structure my program?[/B] If I should be using more than one which should …

Member Avatar for NormR1
0
523
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
173
Member Avatar for Panathinaikos22

Hello, i want to know what controls are used in this image [url]http://stackoverflow.com/questions/1521640/standard-android-button-with-a-different-color[/url] For Header, seems like TextView with "steColorFilter()", if someone have any idea how i can draw like this give an example. And the 2nd thing i want is, is this in image ListView? ("San Francisco", All Neigh...") …

Member Avatar for peter_budo
0
105
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
100
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
143
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
59
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
90
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
65
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
138
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
193
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
96
Member Avatar for jamie6441

Hello, I'm a beginner at Java and trying to get to know programming and one day work my way up developing android apps. Well I was trying make this program that would read in data from a txt file like this: [img]http://i42.tinypic.com/2vvkokj.png[/img] I wanted the firstname, lastname, id# and dob …

Member Avatar for stultuske
0
290
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
78
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
138
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
132
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
230
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
378
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
173
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
77
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
232
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
567
Member Avatar for sarathsshanker

Caused by: org.apache.maven.artifact.installer.ArtifactInstallationException: Fa iled to install artifact com.jarus:AndroidAgentApp:apk:0.0.1-SNAPSHOT: C:\Users\ Sarath\mavendependencies (Access is denied) at org.apache.maven.artifact.installer.DefaultArtifactInstaller.install(Default... what does this mean? i am trying to install a new dependency for my android project.

0
52
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
57
Member Avatar for cppgangster

Hi all, I learning Java as a second language. And I found some syntax in my book of android development to be very hard to explain. Would you help me with this example : [CODE] Button btn(Button)findViewById(R.id.btn_dialog); [COLOR="Red"]btn.setOnClickListener(new View.OnClickListener(){[/COLOR] public void OnClick(View v) { showDialog(0); } }); [/CODE] Its quite …

Member Avatar for cppgangster
0
117
Member Avatar for riahc3

Why does IE still cache pages even if I tell it not to using "Cache-Control","no-cache" (Im doing this in a servlet so Im sending "no-cache" to "Cache-Control". In order words: Cache-Control=no-cache) "cache", "no-cache" Firefox, Chrome, Safari, my Android browser (Chrome), ALL of them dont cache the page expect IE. Why???

Member Avatar for riahc3
0
91
Member Avatar for Jimakoss

hello people of DaniWeb! This is my first post.I gotta tell you that my head is going crazy lately.I am 18. So what's the case? Alright last year I gave some really really really hard exams in my country Greece.I suceeded. I got into the university at the Department of …

Member Avatar for WolfShield
0
316
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
261
Member Avatar for EndDream

Hello I appreciate the time you are taking to read my thread! I have a background in real estate development and no programming experience. I already have a bachelors in Business (emphasis Finance). I am currently getting my MBA in an evening program at one of the top 20 schools …

Member Avatar for peter_budo
0
97
Member Avatar for Joshua73
0
82
Member Avatar for aanders5

Ok, so here is a very bad UI of my android program thus far. [img]http://img849.imageshack.us/img849/5347/avdimage.png[/img] What I want to know first is 1) is the multi-text-line thing basically like a JTextArea for Java? This is a mobile chat app (it just allows you to talk and see to a chat …

0
62
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
74
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
95
Member Avatar for apollo1987

Hi there, I'm looking for a Cross-Platform to build [B]native[/B] mobile apps. It should meet the following requirements: - It should support these OS: iOS, Windows Mobile, Android - I'm [B]NOT[/B] looking for frameworks to build [B]WEB[/B] apps using HTML, JS, and so on. The wanted platform/tool/framework should use a …

Member Avatar for stbuchok
0
89
Member Avatar for aamitrhce

Hi All, Need to Analyze Zimbra Mail server sync.log through shell script Required output from sync.log Total Number of Users : Total Number of Device ID: Total Number of Device Type with Version : Below is Sample of Log File : 2009-12-16 00:00:43,970 INFO [btpool0-12194://webmail.amit.com/Microsoft-Server-ActiveSync?Cmd=Ping&User=rahul%40kke.amit.com&DeviceId=androidc986729649&DeviceType=Android] [] sync - POST Microsoft-Server-ActiveSync?Cmd=Ping&User=ritesh%40kke.amit.com&DeviceId=androidc986729649&DeviceType=Android …

Member Avatar for L7Sqr
0
340
Member Avatar for eltonpiko

hi i dont know if this the right place to post this but launching a new business and need to manage it from overseas and is there a php or any web base script which i can use to do this. Automate sales process and close more deals Customize & …

Member Avatar for mikulucky
0
67
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
58
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
247
Member Avatar for EricMack

[ATTACH=right]16169[/ATTACH]Today on [URL="http://news.google.com"]Google News' Top Stories front page[/URL] you could find plenty of coverage of the ruling allowing the [URL="http://www.daniweb.com/news/story299633.html"]"jailbreaking" of iPhones[/URL] as well as some discussion of the soon to be released update of the Android operating system and continued skepticism about Microsoft's upcoming Phone 7. Just above most …

Member Avatar for ChristinaJomes
0
647
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
155
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
192
Member Avatar for lcfjoertoft

Is it posible to create IPAD or Android applications on my PC using VB.NET? If so, any good advice where to start my reading on the topic? If not, what language are best suited for the task?

Member Avatar for Begginnerdev
0
61
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
455
Member Avatar for mercury700ir

Hi all guys, I have a THD PX1, it has win 7 and supports multitouch. And I am new to Linux, but I am an expert in android. I made some researches on different distro of Linux. Can anyone suggest me any distro that can work on this tablet? I …

Member Avatar for dizzidee
0
265
Member Avatar for youngdream

what OS we need? All computer systems are only as dependable his or her operating system. It's the OS the engine from the digital gadget. Though we quite often place lots of emphasis on the makers of computer systems, we should also feel carefully by what operating system can be …

Member Avatar for vadriaan
0
86
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
185
Member Avatar for lucimorth

So, yes, what I am looking for is already posted, but I don't understand the logs and there is no answer, as well it seems like a customized answer for every user, and I don't think I can post my logs into someone else's to avoid confusion. A couple of …

Member Avatar for PhilliePhan
0
376
Member Avatar for Panathinaikos22

Hello, i have Eclipse Indigo & and i download Android SDK, atk im working with Android 2.2 version When i run Virtual Device for 1st time everything is ok, but when i close it and i try to run it for 2nd 3rd time eclipse stucks, and i must restart …

Member Avatar for peter_budo
0
119
Member Avatar for Naqib

Hy Friendz... I want to Develop my Final Year Project "Dymanic Android Profile". I which I want to set once Profile for Different time of day . When the particular time come my mobile profile automatically changed. If any one Have one stuff . Please share with me. Thanks

Member Avatar for peter_budo
0
58

The End.