1,248 Topics
| |
hi i want to create a simple android app that gets two numbers in the main activity and when we click submit it goes to another activity and displays the result. i created two classes mainactivity.java public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); … | |
Hi all, I wrote a simple app that shows your current location depends on GPS, WiFi, 3G signals, and shows in a Text View the location as city,street, country. The problem is that I saw that the location is pretty updated with WiFi\ 3G \ GPS, but the Text View … | |
i have GridView, populated with images of 6 fruits (from drawable-hdpi). like this: ![de4e62f8db2c5d5afe016e20eda3d9d6](/attachments/large/3/de4e62f8db2c5d5afe016e20eda3d9d6.png "de4e62f8db2c5d5afe016e20eda3d9d6") now on selection, how can i come to know, what fruit the user has selected? since i'm populating my images from drawables-hdpi, so wot would be the identifier, and how to identify selection through it? … | |
Hello Friends, i want to try and learn about how to make android apps, can any tell me how can i make it? what tools i need to use? where can i learn about making android apps? | |
Hi folks, I've a quick question, I have developed an application that transmits coordinates from one device (Client A) to another (Client B) and gets the distance between both, I am using the distanceTo() to get the distance, this is calculated on Client B. However this is only called in … | |
In my scroll view i want it to kind of move when it get's to the bottom like you know in android when you reach the bottom of a menu and it keeps moving then moves back, like stretches? I was wanting to impliment that into my ScrollView but wasn't … | |
Hello guys. I have yet another problem. I have a simple app that has "endless" scroll(simple example would be 9gag, except 9gag is a web page), the point is when user scrolls to bottom new items/articles are loaded. I have managed to do the endless scrolling, the problem is when … | |
Hello everyone. I'm trying to do simple app that has a listview, listview is populated with info from json file. 20 items downloaded at a time. And when user is scrolling to the bottom next 20 items are loaded. Problem is when my app loads next 20 items the scrollbar … | |
I have deployed my apk file to the Android emulator but it is displaying the apk file from 3 weeks ago where as I want the current version to display with the updated features as it is showing in Eclipse.Any ideas? | |
I'm the student of computer systems engineering. I have to submit my proposal on 10th april. My teachers Have recommend me to design a RFID Based Attendance system for the university with graphical interface in a TABLET PC. (android) Can anyone elaborate the following concepts for me? 1. What hardware … | |
I have compiled and linked my code written in C and C++ and calling certain Windows APIs to a Win32 .exe using MinGW in Code::Blocks runnings on Windows XP. Selection throughout the GUI is by mouse click over. If I recompiled the code to run on an Android phone, would … | |
i want to know phonegap to php connection. example $ajax({ } with json then php form return result i need a code for both phonegap html and php | |
I need help in implementing iris recognition using C# language. I am doing a program on android but I am using xamarin for coding which uses c#. If there is anyone who had experienced this before, please provide me with the code or steps to do it. Thanks in advance | |
I have a phone I want to root but before I do that I need to backup my Shazam tags. Is there a way to do that without rooting, it seems if you've done that you can pull the sqlite file from the phone. But I made these tags when … | |
I am trying to develop a visual cryptography android application. The idea is that a user can take a photo of a share which just looks like a rectangle of black and white dots. The application should then be able to overlay a second image of a share on the … | |
Hello. Here is the problem: JS $(".spinBox").css("display","block"); //.... $(".spinBox").css("display","none"); CSS: .spinBox {display:none; z-index:6; position:absolute; top:-45px; left:0; bottom:0; right:0; background:rgba(0,0,0,0.5); } .spinBox img {position:absolute; display:block; width:50px; height:50px; margin:auto; top:0; left:0; bottom:0; right:0;} HTML: <div class="spinBox"> <img id="spinImg" src="images/bg/spinner.png" alt="spinner" /> </div> All that works fine in webview in Gingerbread and Jelly … | |
Hi Folks, I am writing an app that involves Client -> Server -> Client communication (one way traffic). I have my data transmitted from client A to the server, simple to test, just print to console, however, I'm trying to test to see if the data has been sent on … | |
[ATTACH=RIGHT]22083[/ATTACH]In an unusual take on the usual 'my smartphone is better than your smartphone' debate, a new survey has revealed that when it comes to the amount of time we spend using our handset of choice, iPhone users are the biggest addicts. So addicted, in fact, that many iPhone users … | |
Currently we are utilizing Motorola Droid Maxx phones within our corporate environment. So far we have not had any major problems with the phones or Android OS, however with the availability of malware for the devices I am concerned with security risk. Is anyone else currently supporting Android OS within … | |
Hi everyone I am trying to make a project "Remote Administration" in which i have to connect with computer using RDP I am beginner of android and I must submit this project soon so, anything you can help with?? i don't want source codes please tell me what to look … | |
According to a press release that arrived today, entitled "Kaspersky Lab identifies first targeted attack utilising malware for Android devices", it marks the "first serious wave of targeted attacks using Android malware" but just how worrying is that really? ![ad9c332c555679ef709b67f0c7093e73](/attachments/large/0/ad9c332c555679ef709b67f0c7093e73.jpg "ad9c332c555679ef709b67f0c7093e73") The PR company sending the release were at pains … | |
Hi guys Just wandering what your thoughts are some off the Samsung Andriod phones? I'm considering getting myself the Samsung Galaxy S2? Don't have the cash yet for the S3 - and is not yet launched in my country. | |
Can anybody suggest me the android code for connecting two devices that are transmitting files using bluetooth or ad hoc ? Any kind of help will be appreciated. | |
Hello guys I am trying to make this RSS Android App to work but I am having some problems since I am just a beginer at this. Also sorry if the errors are not included yet, I am going to update it asap. I am downloading my eclipse since it … | |
Hello i m the student of B.E ( Computer Systems ) .. i have to submit my Final year project proposal within 1 month.. my teachers had concerned me to work on android.. but being an engineer student they want a hardware based project from my side.. i have to … | |
Greetings...! I have this admob code in a class file: package { import flash.events.MouseEvent; import flash.display.MovieClip; import flash.system.System; import flash.system.Capabilities; import flash.display.Sprite; import flash.events.Event; import flash.desktop.NativeApplication; import flash.utils.setTimeout; import com.hdi.nativeExtensions.NativeAds; import com.hdi.nativeExtensions.NativeAdsEvent; public class Main extends MovieClip { public var na : NativeApplication; private var admobId:String = 'a1514b5ef85e336'; public function … | |
Hi I am currently developing a QR-barcode independant scanner application. Everything in the Eclipse IDE seems to compile fine, however when I go to click the 'Scan barcode' button, I am faced with the following error: ( In the Eclipse IDE logcat window) 03-10 02:59:52.837: E/AndroidRuntime(407): FATAL EXCEPTION: Thread-11 03-10 … | |
Dear All, I'm developed an application that can read incoming messages. Upto now all its fine, Now my app crashing sometimes and return `NullPointerException`. Please find my error log below. java.lang.RuntimeException: Unable to start receiver me.radhakrishna.buddyreader.TextMessageReceiver: java.lang.NullPointerException at android.app.ActivityThread.handleReceiver(ActivityThread.java:2146) at android.app.ActivityThread.access$1500(ActivityThread.java:127) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1208) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:4441) at … | |
which one is better? | |
Hello, I am creating one android application using eclipse & emulator. I want to open php web pages from localhost when i click on button on one of my activity. We have our website but it is not hosted yet. When i click on button it goes to browser -> … |
The End.