1,785 Topics
![]() | |
Hello all. public class LoginFragmentActivity extends SherlockFragment { EditText e1 = null; EditText e2 = null; Button b; @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInatanceState) { View view = inflater.inflate(R.layout.login_layout, container, false); e1 = (EditText) view.findViewById(R.id.reg_email); e2 = (EditText) view.findViewById(R.id.reg_password); b = (Button) view.findViewById(R.id.btnLogin); b.setOnClickListener(new View.OnClickListener() { @Override … | |
How can I programatically and accurately detect the touch/slide made by a user's touch on an android phone? I want this to be used as suppose I have two android devices synced with each other. Both of them have anything opened suppose pdf file, music file video file. Then if … | |
Hi, my daughter is struggling a bit with maths and logic and I was thinking of doing some programming with her hoping that a different approach to the field might help a bit. I've had some look at Java syntax and I think I should be able to write some … | |
Hey People of DaniWeb! I have a question for you! What would you think about having the Mobile Section split up? An Example: OLD: Mobile Development > A bunch of un organized threads. NEW: Mobile Development > iOS > All iOS threads IN HERE > Windows Phone > All Windows … | |
I am making a project where i have a rotating and moving 3d cube and on click of any face of cube, that face should be enlarged. All the six faces of cube should have different images. I searched a lot but doesn't get any working. Any help regarding this … | |
I'm thinking of embarking on mobile application development and where i work as an IT student, they develop alot of applications for the web.i have this idea of creating an app that will display a caller's current location when making a call for verification.Just like a mobile tracker for lost … | |
hi all I’ve just started a small app development firm and letting you all know if you have any project for development please leave me an email. we have dedicated and experience team for all your development project and we charge very reasonable price that you won’t get elsewhere for … | |
Hello everyone, I have question about how AudioTrack instance should be used for streaming applications. Below my code example and some brief explation about code ... /* some work before */ InputStream in = client.getInputStream(); AudioTrack output_stream = new AudioTrack(AudioManager.STREAM_MUSIC, 8000, AudioFormat.CHANNEL_CONFIGURATION_MONO, AudioFormat.ENCODING_PCM_8BIT, 8192, AudioTrack.MODE_STREAM); byte[] buffer = new byte[8192]; … | |
serious noob question, but i'm following my android book and it is doing something with a class that extends list activity. is that a file that i have to create on my own, or is that provided once i create a new android project? i can't seem to find it. | |
to license my Android app, must use google api(in Project Built) even not use maps etc??? | |
Hi! Just joined up here learning about Android programming. I've been programming since 1980 (COBOL, Fortran IV, and some Apple II BASIC!) and try to keep up with the tech curves, though it ain't easy. These days I'm programming in PHP, perl, and Java. I also do raytracing with POV-Ray … | |
android eclipse environment... values-ru/string.xml appear error, that can NOT fix...well? > [2012-09-07 19:10:54 - mobi.androidprogramming.apps.SplashActivity] 'default' is not a best match for any device/locale combination. [2012-09-07 19:10:54 - mobi.androidprogramming.apps.SplashActivity] Displaying it with 'Locale Language ___Region __, sw320dp, w320dp, h533dp, Normal Screen, Long screen aspect ratio, Portrait Orientation, High Density, Finger-based … | |
Hello everyone, I am new at Java(android)-before I have little information about Java lang- and in particular socket programming -before I do not know nothing about socket client server programming-, previously I wanted to write simple chat program by using Threads and now I pass this step, two android emulators … | |
hi i am new android, please some one tall me answer | |
"ubuntu for android".... future killer Android App, should come preinstalled on new phones only or should run on old dual-core models as well? | |
ANDROID TTS tts text to speech can read Russian, ...? I make it read English SUCCESS, but Russian spell "slash" and numbers arbitrarily...? yes can read Ru... / No can not read Ru... | |
How can I get parameter from servlet with a specific name in android activity? like in java servlet request.getParameter("name"); | |
Hey everyone, I'm developing a web app for iPhones and hopefully, it can be rendered using an android device as well. I'm using HTML5, jQuery for mobile and cakePHP. Is there a way that I can convert my code to some other code that will produce a hybrid app? I'm … | |
Hello again, I have been posting consecutively in these days nearly same topics, actually I am intern at a sofware company and our company ask to perform the proof of conception about sending voice call -at the beginning- and finally video calls, like walkie talkie application; as you have already … | |
Am using proxy on the internet am trying to insert android plug-ins to eclipse but if i use manual setting and put the right settings it refuses how can i download the manually | |
Hello I'm very new to android programming. I'd like to calculate the sleep cycle of a person in Android. I found a java code from the net but I don't know how to apply it in Android. Here's the code I found: /** * Get times to wake. We add … | |
I'm trying to implement mobile chat using client server sockets ..Is it possible..?Am i going in a right way? | |
Hello, I'm researching on android game development, especially the SurfaceView method to make simple 2D game. I've learnt about SurfaceView and a gameloop to call the overridden onDraw() function. My question is, using a game loop that constantly update and draw, how can I perform some procedural task, such as … | |
Hello everyone, I progress step by step my problem, one step is passed -now I can send string datas -text messages- here another step is I want to record some audio sounds by using microphone in first android emulator assume phone1 and send to second android emulator-phone2-. I found whole … | |
I building a android system for single user (college project) and i require to draw a modeling diagram (DFD, UML something like that) I just wonder which modeling diagram is suitable for 1 entity? How my system work: User enter input, system give out output to user. I tried with … | |
Hello guys, I start to learn&code some basic small client/server console applications in java -especially in android- and also I try to learn Threads, in fact, I managed to connect 2 different machine by uploading different projects to these machines, for example one project only consists of client and the … | |
Mobile malware has moved from the security vendor testing labs, out of the realms of marketing hype and FUD, and [firmly onto your smartphone](http://www.daniweb.com/hardware-and-software/tablets-and-mobile-devices/news/382139/how-mobile-malware-actually-grew-by-1400-percent-in-the-last-12-months). The main target for the malware distributors would appear to be the Android platform, which is not surprising given the rapid growth in the userbase coupled … | |
When i tried to access the daniweb page on my android mobile, there is no bar on the bottom (i.e the bar which appears when we access through pc. which contains my posts, my artices etc).. Is the problem with my mobile or else there is no such thing still … | |
Hi all, I am developing a android application using phonegap and html5.when I installed the app in my mobile (android) , it doesnt render sinhal well, only 2, 3 letters are rendered in a word. Then I attached sinhal font(.ttf) file to css and set the font family to the … | |
Which book can you recommend me for learning Android programming? I want to learn to program for Android extremely good! I know some C, C++ and a little Java. I know some programming environments, like: Eclipse, Flex, Flash Builder. So, if you know a good material, please tell me! :) … | |
Hi , I am a beginner of android programming. I built an application which is working fine.. but when i modify the source code( i mean that activity.xml which is inside layout folder) the output is not getting effected when i run the app second time.. i mean previous output … | |
Hi Everyone! I got spoiled the other day when I was asked to drive a Cadillac CTS -V for two days and it had the fully loaded satellite radio package. Needless to say, I loved it but did not care for the cost of subscription and installation for my car... … | |
phone: global samsung Note N7000 Android 2.3.6 Phone when has 3G or GSM/GPRS signal, this signal get lost(I can not receive/accept calls_phone needs reboot to find signal) when wifi get activated/deactivated... well? I tried clear caches from all Apps, and problem gone. But 1 or 2 times a month still … | |
hello every one, this is my first post in daniweb and i'm so glad to join you guys. for my final year in computer science i'm working in speech recognition as an application in android mobiles..... i really have some issues like where to start and what helping libraries is … | |
Hey guys, I've done alot of work coding a script that works great in Python. I hope to move it into java then hopefully into an android app. Any advice on getting started? I have searched and searched and cannot really find a good way to do this. I had … | |
Hi Guys, I am creating an application that will send and receive a data from a phone application like a native android application will do. (e.g. A Client-Server relationship). Can anyone suggests or tell me how does an android phone(we are using PhoneGap) which is our client side sends a … | |
Android DEV a. WAKE_LOCK in an App results affect all the Apps currently running including App initialise it? In other words has symptoms in other Apps? b. If **forget to** disable GPS receive from an App then, generallly disable GPS on the phone, and re-enable it, this App should continue … | |
Hi all, I want to write to html5 application and convert the web application to adnorid application with phone gap. I think I can handle this, I have found many resources for this. but the problem is now I want to enable my native language keyboad when I run my … | |
Hi, I am trying to develop a android application which is done using html5. I use phongap to convert html5 application to android apk file. Problem is my native lanuage is not supported by android OS yet. In my app I get datafrom database and print them. when I do … | |
Why convert <a href="http://www.league-soft.com/how-to/convert-avi-to-mp4-mac.html"> AVI to MP4</a> on Mac?"I want to edit AVI in iMovie, but I found that iMovie dosen't work well with the AVI video, what should I do?" "I imported some AVI videos to my iPod and found that iPod dosen't support AVI video, which program can … | |
I am making an app in which a user enters some text and that text has to be displayed on a rectangle on an image(like a notes-stick on the image, it can be dragged on the image and also re-sized). I am very new to android and i really can't … | |
Hello guys, I'm planning to create an android application that is integrated to a digital weighing scale. However, I still need to learn the fundamentals of android development. May I ask someone who's knowledgeable in Android to give some tips where to start and how to start. I did my … | |
Hey guys, I'm working on Ubuntu 10.04. I use Eclipse as my IDE, but now I want to install the Android ADT plugin for eclipse(as seen [URL="http://developer.android.com/sdk/eclipse-adt.html"]here[/URL]). Now the thing is, that I don't have internet connection on the machine that has Eclipse running so I can't simply go to … | |
HI all... when i try to run my android application , i am getting the error as below.. [2012-08-12 22:41:57 - Bluee Chat] Android Launch! [2012-08-12 22:41:57 - Bluee Chat] The connection to adb is down, and a severe error has occured. [2012-08-12 22:41:57 - Bluee Chat] You must restart … | |
I need help parsing an html file from my schools website, I know this code is bad BUT there is hardly any decent tutorial on html parsing for android so I ATTEMPTED this. I am still in the beginning of my software stages so bare with me! Thanks! ^-^ package … | |
My webservice which was working fine, all of a suddenly it has stopped working. I see no exceptions in the logcat. I can invoke the webmethod of the service from the browser of my android device but its not working from my android app. here is my code public class … | |
Im wondering if there is a program for building GUIs with XML where I can simply build it visually (WYSIWYG style) and copy/paste the code in my Android IDE. Thanks | |
Hello everyone.. I started learning android programing today and i am getting the below error in my first adroid program.. [2012-08-12 21:22:32 - Emulator] WARNING: Data partition already in use. Changes will not persist! [2012-08-12 21:22:32 - Emulator] WARNING: SD Card image already in use: C:\Users\Hari\.android\avd\droidX.avd/sdcard.img [2012-08-12 21:22:32 - Emulator] … | |
I am new to this forum but need help with some code. This is not for school, so help would be appreciated. I have an E Book Reader (Chinese Hanlin w/ Android OS). I need to be able to password protect the USB port, so nothing can be downloaded onto … | |
Hi Guys, Im just starting up in developing mobile applications, especially in an Android Platform. We are developing a client - server application. I would like to ask anyone for guidance or related information. Here's the basic information i could provide with our system. We are developing a WLAN(Wireless LAN) … |
The End.