919 Topics

Member Avatar for
Member Avatar for hwoarang69

i am trying to play music when my app start but this line is giving me a error. on 'res'. so i have a project called ANDROID_01 ANDROID_01 > res > sound ourSong = MediaPlayer.create(Splash.this, R.res.sound.intro); my folder tree ANDROID_01 assets bin gen libs res drawable layout menu sound intro.mp3 …

0
65
Member Avatar for happygeek

Continuing the Lord of the Rings theme that I started with in the title of this review, I believe it is Gandalf who says "there is only one Lord of the Ring, only one who can bend it to his will. And he does not share power" but he sure …

Member Avatar for bryandavison1
0
400
Member Avatar for dasd

I'm interested in the HTC One. It is reported to have a 'hard to damage' polycarbonate case and seems to have great user reviews. My issue is with AT&T selling this phone for $549.00 without contract (* $199.00 with a 2 Year - which I do not want!*) when it …

Member Avatar for rubberman
0
196
Member Avatar for supravat

Hi, Suppose I have 3 bluetooth devices( device1, device2, device3) paired with my android phone. Is there any way to test whether the remote bluetooth device is turned on or not using python script ?

0
67
Member Avatar for supravat

Hi, I want the list of paired bluetooth device list of an android device using python script. can any one please help me ?

0
44
Member Avatar for m1n1m3

Hey! **Im here to ask for Your advice.** For a school project we choosed to create a android application that uses a database. As we are thrid year studens we have some experiance. But it is not as notable. We have **seen some**: **Access SQL** only on acess. How to …

Member Avatar for peter_budo
0
225
Member Avatar for abhishek_s_n

My application has two parts; a server and multiple clients. This project has its implementation both on Windows(Swing) and Android. The Server sends a song which a client receives and starts playing; more like we watch videos on YouTube; streaming. Sending data in chunks and receiving the same is accomplished. …

0
131
Member Avatar for mIND.dEcEpToR

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 …

1
96
Member Avatar for Doogledude123

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 …

Member Avatar for ~s.o.s~
0
250
Member Avatar for Pankti Shah

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 …

0
110
Member Avatar for Andyjava

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 …

Member Avatar for Andyjava
0
158
Member Avatar for eltonpiko

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 …

Member Avatar for John Farrell
1
702
Member Avatar for borchu

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]; …

Member Avatar for borchu
0
520
Member Avatar for satish1987
Member Avatar for lse123

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...

0
78
Member Avatar for charming-_-eyes

How can I get parameter from servlet with a specific name in android activity? like in java servlet request.getParameter("name");

Member Avatar for peter_budo
0
241
Member Avatar for bettybarnes

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 …

Member Avatar for bettybarnes
0
232
Member Avatar for cobbel9

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 …

0
130
Member Avatar for borchu

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 …

Member Avatar for borchu
0
9K
Member Avatar for happygeek

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 …

Member Avatar for Aident364
0
354
Member Avatar for lse123

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 …

Member Avatar for cyclone3211
0
85
Member Avatar for vikramsanthalia

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 …

0
39
Member Avatar for bettybarnes

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 …

0
46
Member Avatar for Dean_Grobler

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 …

Member Avatar for bettybarnes
0
940
Member Avatar for JauntyIbbi

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 …

Member Avatar for JauntyIbbi
-1
183
Member Avatar for Cronicle8

Good day, I'm building up a project in "AIR for Android" (AS3), it consists in connecting a camera(Fully functional), then do it like a game in PSVITA, cut only the face of a person after taking a picture of herself, i'm having a hard time developing this part. I downloaded …

0
82
Member Avatar for easterbunny

Hi, I'm a beginner in android and i want a simple activity/class that acts as a folder chooser, i found some on the web but they are really hard to implement with my current knowledge and want a simple startActivityForResult() kind of a class. Best regards

0
130
Member Avatar for pmark019

My application won't run anymore in my tablet and I don't know why. It runs fine in the emulator. public class TestingActivity extends Activity implements OnClickListener { /** Called when the activity is first created. */ String uname, pass, pic; EditText txtUname, txtPass; Button login; TextView result, tview2, tview3; String …

Member Avatar for pmark019
0
294
Member Avatar for happygeek

The results from what is claimed to be the most comprehensive global online job trends survey, the 'Fast 50' Q2 2012 report took data from 190,000 online job postings as an indicator of the global online employment economy. Some of the findings are surprising to say the least, such as …

Member Avatar for justinbob
0
687
Member Avatar for happygeek

DaniWeb recently reported [URL="http://www.daniweb.com/hardware-and-software/netbooks-tablets-and-mobile-devices/news/376700/1621471"]how Apple had won a ban on the sale of the Samsung Galaxy Tab 10.1 tablet in Europe [/URL] and even [URL="http://www.daniweb.com/hardware-and-software/netbooks-tablets-and-mobile-devices/news/376718"]published the rather generic-looking design drawings[/URL] at the heart of the case. Now a Düsseldorf regional court judge, Johanna Brueckner-Hoffmann, has heard the Samsung appeal against …

Member Avatar for john29
0
2K

The End.