1,245 Topics

Member Avatar for
Member Avatar for DJ-DOO

Hi, I'm hoping someone out there can help me, I am trying to create a basic application that transmits GPS co ordinates of the device to a server. I am a complete noobie to socket programming (well, I covered the bare basics in college this year). As a stepping stone, …

Member Avatar for peter_budo
0
2K
Member Avatar for md65381
Member Avatar for happyHacker

Beginner question about these intents and activities... If I plan to do something with the phone hardware or file system, is it necessary to use an activity for doing so? What is the purpose behind this system?

Member Avatar for NardCake
0
102
Member Avatar for killer88

I am learning Android using java. i want to make a mini project on that.i wanna make an app which recognise face with name in it. can i make it ? thanks

Member Avatar for azareth
0
105
Member Avatar for Jashandeep
Member Avatar for ziziBA

hey i dont have any experience in android applications can anybody help me in this project?

Member Avatar for ziziBA
0
282
Member Avatar for ziyaddinsadigov

Hi, guys, I want to learn how to make big games for Android, like, Temple Run, Rail Rush or something like that. What I must do?

Member Avatar for glenwill101
0
170
Member Avatar for happygeek

The UK-based [Surrey Police Force](http://www.surrey.police.uk/) has long since embraced Internet culture as being a way to help fight crime. It has an online crime reporting tool, active accounts on Facebook and Twitter, as well as a video channel on YouTube. But now it has moved into smartphone territory in order …

Member Avatar for Seten
1
422
Member Avatar for harinath_2007

Hey all.. Happy new year .. I am insearch of converting the android application(apk) to java desktop application. I dont want to run it in some sort of emulators. I want to convert the apk file into java(J2se) desktop applciation and run it on my desktop. Can you suggest some …

Member Avatar for harinath_2007
0
120
Member Avatar for devindamenuka

I have seen lot of questions regarding this issue.I think from myside I have tried everything to make it works and it works but not as coustomer expects. let me explain everything. here is the compatibility of my android application <uses-sdk android:minSdkVersion="8" android:targetSdkVersion="15" /> this means minimum version is 2.2. …

0
58
Member Avatar for freakyboard

I need to encode the sending messages/data(not MD5)and then they will be decoded on the other side. Codes have to be in android libraries not in java. Is there any code or information that may help me around internet? Thx all for your help.

Member Avatar for peter_budo
0
319
Member Avatar for nitin1

Android Launch! [2012-12-14 21:55:11 - myfirstapp] adb is running normally. [2012-12-14 21:55:11 - myfirstapp] Performing com.example.myfirstapp.MainActivity activity launch [2012-12-14 21:55:11 - myfirstapp] Automatic Target Mode: launching new emulator with compatible AVD 'myfirstavd' [2012-12-14 21:55:11 - myfirstapp] Launching a new emulator with Virtual Device 'myfirstavd' [2012-12-14 21:55:16 - Emulator] Failed to …

Member Avatar for nitin1
0
150
Member Avatar for LaughingOtter

Hello! I've just nearly finished a mobile app for my company, and there are quite a number of Activities in it. I've also been advised (here, in fact!) to check out the possibility of using Fragments for the various screens. Fragments in this case sounds like the way it should …

Member Avatar for LaughingOtter
0
76
Member Avatar for brandon66

Hey guys having some troubles here with screen scraping just wondering whats causing it not to pick up the string from the webpage it throws an error. package com.lati.latifoodmenu; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLConnection; import android.os.Bundle; import android.app.Activity; import android.view.Menu; import android.webkit.WebView; public …

0
73
Member Avatar for knotholaze

Anyone can tell me how to run PHP code in android apps? I mean I need to write some php code which succesfully run on the emalutor. Can anyone help me?

Member Avatar for Mocabilly
0
88
Member Avatar for ravenous

OK, so I'm mainly a C++ developer but I've been looking into making apps for Android. I haven't used Java before, or done much UI development, so it's a lot to take in at the moment. **There is a question at the end of this, skip to it if you …

Member Avatar for ravenous
0
148
Member Avatar for drivehard-gopro

I have started using eclipse for developing an android application and eclipse automatically aligns on the form the textboxes, labels and buttons that i place. Is there a way to disable this and place them wherever I want and resize them as I want?

0
72
Member Avatar for rotten69

Hi everyone, I am trying to compile a sencha touch 2 project to build an android app but it doesn't compile fully and successfully. When I run this command, `sencha app build native` targeting android/iOS platform. The error I get is as follows below: [WRN] [ [1000] : Yui Compressor …

Member Avatar for rotten69
0
364
Member Avatar for rarment

I'm working on an app and I am having some trouble getting the login and registration to work. Here is the code I have for my registration. public class RegisterActivity extends Activity { Button btnRegister; Button btnLinkToLogin; EditText inputFullName; EditText inputEmail; EditText inputPassword; TextView registerErrorMsg; //JSON Response node names private …

Member Avatar for peter_budo
0
188
Member Avatar for happygeek

According to the boffins at Kaspersky Lab, users of Android devices running Gingerbread (Android 2.3.6) and Ice Cream Sandwich (Android 4.0.4) are targeted the most by cybercriminals. Gingerbread accounted for 28% of all the attempts to install malware that were successfully blocked by Kaspersky, while Ice Cream Sandwich accounted for …

Member Avatar for adams161
2
226
Member Avatar for thing2

Hello everyone. I am building an Android app using Dreamweaver with the Jquery Framework and I am having trouble viewing source code of a given URL using javascript. I want the user to be able to type a url into a textfield, and then hit a button and have it …

Member Avatar for radow
0
100
Member Avatar for LeonKam

Hi, i would like to know is it possible to create an application that allows a computer to send and receive SMS to/from a mobile phone without using a GSM modem (maybe just throught wifi)? i was thinking of making a server that would handle the sms'ing process in between. …

Member Avatar for malak05
0
545
Member Avatar for overwraith

I hope this is the right location to make this post. I downloaded the source code for a rich text editor from; http://code.google.com/p/android-richtexteditor/ and the code will not compile correctly. The errors I get are; "Unable to resolve target 'android-4'", "AndroidManifest.xml file missing!", and in the Html.java file there are …

0
65
Member Avatar for happygeek

My name is Davey Winder, and I am a phoneaphobic. At first glance it would appear that I am anything but alone if the results of a recent study into attitudes towards mobile phone usage are to be believed. But first impressions are often misleading and that's the case here, …

Member Avatar for TonyG_cyprus
2
454
Member Avatar for devindamenuka

Hi, I was trying to implement select text feature in a android application. Currently,in my application I have implemented to get all text-view content is copied. But I want to give a facilty to select only part of text too.I have seen this feature in iphone applications. in my application …

0
60
Member Avatar for savedlema

Hi friends! I got an ePad (Model : zte180, Adroid 2.2) device. I want to connect an USB Modem (Airtel) so that I can use it to connect to the internet. I followed the following procedures: go to settings-->Wireless&Network--->Mobile networks --->Access Point Name --->Add new access point. Now, the problem …

Member Avatar for BigPaw
0
139
Member Avatar for vinnitro

Hi friends, I am using My Nokia e5 for last two from date it was launched Now, I think of buying an android phone Can anyone suggest me a mobile ranging from 10,000 - 15,000 I can increase my budget to buy Samsung I9001 Galaxy S Which ones are good …

Member Avatar for eminenz cw
0
162
Member Avatar for happygeek

The world's largest digital jobs survey, using data extracted from more than 230,000 jobs posted to The Freelancer.co.uk site, reveals some interesting hiring trends in the developer sector. ![dweb-androidapps](/attachments/small/0/dweb-androidapps.jpg "align-right") According to the latest Freelancer Fast 50 survey, if you are a mobile apps developer than it's pretty good news …

Member Avatar for Galbatorix
0
760
Member Avatar for kc.smith.100

Can anyone help, please? (The excellent solution on here for using an external SMS service does not "fit" ) My objective is to send an SMS "receipt" from an Agent's mobile (viewing our web page) instantly to the "payer" to acknowledge receipt of a (small) cash payment .... using the …

Member Avatar for kc.smith.100
0
2K
Member Avatar for kc.smith.100

My objective is to send an SMS "receipt" from an Agent's mobile (viewing our web page) instantly to the "payer" to acknowledge receipt of a (small) cash payment .... using the bundled SMS package wih the Agent's phone contarct ... not an external SMS service. I'm hoping to do this …

Member Avatar for kc.smith.100
0
167

The End.