1,542 Topics
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
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 …
Hello, I have written a code in which back button was working fine but it is not working for some reason also the validation of 2nd form isnt working as well.....plz help here is the code [CODE]/* * To change this template, choose Tools | Templates * and open the …
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/" …
Hello I have written a code for midlet where one form calls other and data from one form is displayed on another. But on back button the data isnt cleared and also on click back button and click ok tow sets of fields are generated on second form plz help... …
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 …
Hello The instructions for installing the Android SDK on Eclipse are different than on MyEclipse (following Google). Any step by step? Thank you
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 …
Is there a way to convert a program in netbeans to an android app?
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 …
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 …
So, I was making an application that used Htmlunitdriver and webdriver in Netbeans, and it works dandy. So I want to transfer it over with some rearranging onto Eclipse for Droid programming. However, when I post like... WebDriver driver = new HtmlUnitDriver(true); it does not give any "import htmlunitdriver" option. …
I'm completely new to mobile app development. In my final year, and I thought of making a mobile app for my university. It should be an easy way to view course material, view timetables, make appointments with lecturers, and anything else the website offers. I've heard that java can be …
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
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 …
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!
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 …
I am a .Net ASP Developer, I now work, i design a website application that run on the web for office use, which has basic office task features, Now i need a mobile version of the website, that can run on different mobile OS, I have read alot of material …
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 …
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 …
Hello Everyone, I am new to J2ME. I am learning J2ME Bluetooth application development. I have written a simple code only to get the name of my local Bluetooth device. It is working fine in all the emulator. But when I am trying it in my phone then it is …
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 …
Hey AFAIK, you have to pay for Mono for Android so you cant write C# applications that run on Android. Is there any alternative?
hello! i want to learn mobile applications using java.i know java and wana learn that now. please can anyone tell that how to learn and links or books to refer ??
hello everyone..i'm trying to connect to the localhost through a windows pocket pc 5.0 emulator but I'm getting some error like "Cannot connect with current connection settings" and sometimes like "The page cannot be displayed because the server couldn't be found" though the local server is running..As I'm new to …
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 …
Hey Guys, I am created a simple web application for windows phone 7 and submitted it to app hub...they told me that my app failed because i didn't check for data connection availability... when i googled for it,i came to know that NetworkInterface must be used...but my question us [COLOR="Red"]Where …
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
Does anybody here have some experience calling a web service from android? Please help. Im using ksoap2 android 4.0 thanks for any info.
I am trying to do a simple chat client for the Android (running 2.3.3 on an emulator on my computer and programing in eclipse. Below is a copy of my client code which is working fine as a normal java app. Below that I have what I have been working …
Dear all, Hear my case. My project, Android project, when user launch the application, it will send device's travelling speed and location to web server, 2s interval. Then from the web server, it need to return a location if device's travelling speed is less than 30kmh. So my problem is …
Hi, I am very much new to cocos2d.. I am developing an application in android using cocos2d.. In that, [code]public class BaseLayer extends CCLayer { ChildLayer cl = new ChildLayer(); this.addChild(cl); } public class ChildLayer extends CCLayer { public ChildLayer() { CCLayer.node(); } . . }[/code] In this, arrowed line …
I am working on a web application that builds a KML file using a list of coordinates and is supposed to display them on Google maps when you click a button. When I'm testing it on desktop it works, as it brings up google earth with no problem. However, when …
Hello friends, Please help me to implement InApp purchase feature in my application.. I dont have Android mobile right now.. So need to test it in Emulator.. I have gone through some codes but its not working in emulator..
Hi Guys, Im actually assigned a task and in a nutshell i have to implement cache coherence on Android. Now I have messed around with system calls and threads, etc on Linux Ubuntu, but I have never accessed Kernel level Processes or changed protocols before, so im facing a bit …
Hello guys, Am working on phonegap(jquerymobile) for an android application.I want to implement a map which shows a marker at a particular location and when i click on the marker,it should show a window and a description about the location inside the window..The below code is working when i run …
How to use buffer to save large images if suppose the buffer size is 500kb and image size is 2000kb so that buffer first read First 500kb and then 500kb and so on. Also how to reset the buffer size variable to next posssision please help me.
Hi, I'm a senior andoroid developer. I'm writing business and mini apps for the market. I would like to expand the platforms as soon as possible. Therefore I'm looking for cross platform mobile development framework, primarily for business apps. I've tried one, but I wasn't satisfied with it. Can you …
hi, I want to start developing android apps. The problem I faced is that the emulator is kinda slow when it starts. Moreover, it needs a high configure pc. My friend told me to look into other option such as [URL="http://www.openplug.com/"]Openplug[/URL]. The code looks like actionscript and you could deploy …
I'm using the GapAppStarter (HTML5) to build a small app. I've ran into a problem though, the emulator won't parse PHP no matter what I do. Basically, I can't run any PHP through it. Whether its in the html document, in a PHP document, or if I run it through …
Hello Everybody ! i have a few questions for u I have already made an appointment booking website on PHP using PHP Designer as editor and on WAMP platform, i run it on localhost. The website consults Database and puts forward the times available and lets users fix appointments and …
I am creating a mobile web application (first attempt) and would like to have view the contacts on the device. How can I do this using HTML5, jQuery Mobile, etc.? Thanks
Hi Friends, How do I configure my web cam into Android emulator which i got from android sdk package for eclipse. Plz help me
when i install sdk setup take lot of time after few hours stop setup please guide me about sdk setup all api already install in one zipfile..
Can any one say for an Android application which software is needed? Please reply.
hi.. I want to develop a simple mobile application for Java based mobile.. But I am completely unknown about the same. Can anybody tell what will be the requirements to do it? such as softwares, IDEs, books to be referred..
Hi guyz, Actually i have make media player to playing some songs, but i am facing one problem that is When any song is playing after this when i stop this current song, it stop successfully, but at that time when i play this song again, its not work(play)... please …
I designed an application UI for an android application and used Arial font inside the app for all the text. Now the developer used the default fonts of Android. I asked him to overwrite the default fonts with Arial. He placed the Arial.ttf file inside the font directory and the …
Hello fellow developers, Let me just start by saying I have had an abnormal start to developing. I started first with HTML > PHP > Java. I don't have much experience with Java but I feel quite confident in making PHP applications. I have already searched the forums but nobody …
Hi, I'm trying to debug an android app on a fairly crap tablet I have (WonderMedia WM8650) but I can't get my linux machine to recognise the device.From what I've read its a matter of including the USB vendor ID into the 51-android.rules file but I can't find out the …
The End.