1,115 Recommended Topics

Remove Filter
Member Avatar for
Member Avatar for Montazer_1

Dear Core Developer, I want to learn android application development. I am newbie in android app dev. Can anyone please help me out that how to develop android mutiple choice questions (professional) application for mobile and/or TAB. here is the link: http://guides.instructure.com/m/4152/l/41477-how-do-i-create-a-multiple-choice-question i need to develope similar type of android …

Mobile Development android-development
Member Avatar for peter_budo
0
343
Member Avatar for Karan_8

I am beginner in android programming, I am making a music app the problem I am facing with my app is when my app is minimized and I try to resume the app from the launch icon, splash screen appears for the specified time but after that the android home …

Mobile Development android-development
0
131
Member Avatar for Sankalp_1

I have done a lot of research on this issue that I am getting, but I am unable to solve this error. Over the Internet, folks are suggesting to use findFragmentBy ID or Tag, but both of them resulting in null Pointer Exception. This is the Code that I have …

Mobile Development web-server
0
297
Member Avatar for Andyjava

Hello, i am planning on designing an airline mobile application with android, as my testing devce. i'm doing this for the first time, can someone please guide me on how to do this? All help wiil be appreciated

Mobile Development android-development java
Member Avatar for serenagrace
0
194
Member Avatar for Hendo

I have an app that uses GPS proximity alerts. I want to populate two textviews from my string.xml when the proximity alert fires off. Does anyone know how to do this?? Thanks, hendo

Mobile Development android-development xml
Member Avatar for peter_budo
0
162
Member Avatar for Fihlatv

Hi I am trying to use a quickaction bar to parse contact address as a string from an android fragment to the other fragment. Any help?

Mobile Development android-development
Member Avatar for peter_budo
0
159
Member Avatar for fredjoe565

I want to make an android app that performs like a C++ commandline calculator. I want the user to have to input 2 different values then choose the operation as add, subtract, multiply or divide, then perform the operation and give the result, also to be able to store the …

Mobile Development android-development
Member Avatar for smackthat9876
0
139
Member Avatar for sireiz

Hi all, Is it possible to use cloud storage services such as google drive or dropbox to be used as an online storage for my app? I am developing an app which will be using an online server or storage to retrieve media files like videos and pictures. I dont …

Mobile Development android-development
Member Avatar for peter_budo
0
300
Member Avatar for malik.epperson

I am creating a couponing app where coupons are stored in a database and compared to local ads to let users know when to use the coupons. I have created a database that holds all of the coupons and also one for the user's personal library. I am having difficulty …

Mobile Development android-development java
0
169
Member Avatar for Hendo

Hi all, I'm writing a scavenger hunt app and want to use the Proximity Alert functions. I'm having a hard time to finding any decent tutorials to help me with this. Does anyone have a code snippet on it's use that I can go off of? Much appreciated, Hendo

Mobile Development android-development
Member Avatar for Hendo
0
802
Member Avatar for rahulrevolution

Guys,i face problem while starting Android studio after installation. Error Msg is "The environment variable JAVA_HOME(with the value of c:\Program Files(x86)\java;) doesnot point to a valid JVM installation" Whereas i set path of java in system variables for JAVA_HOME C:\Program Files (x86)\Java; path C:\Program Files (x86)\Java\jdk1.8.0_40\bin ; give me solution

Mobile Development android-development
Member Avatar for peter_budo
0
232
Member Avatar for Gulu Guliyev

Good Afternoon Everyone. I have written this code in Android studio and the purpose of it is just to move the button to the bottom-right corner of screen with small delay. However, for some reasons, The button does not move. Any help is highly appreciated. package com.xdroidcompany.transition; import android.support.v7.app.AppCompatActivity; import …

Mobile Development android-development
0
119
Member Avatar for malik.epperson

I am working on an app where i would scan a coupon and it would find the matching upc in a sqlite database that i have created and place all of the details from that table into a new table for my personal coupon library. I was getting an error …

Mobile Development
Member Avatar for malik.epperson
0
2K
Member Avatar for Manel_2

Hi i made a jquery mobile website, but when i upload it to Phoegap and test, i can't connect to the database. I'm using the Dreamweaver login form in php, and loading from a database. Code to load from database: <?php // *** Validate request to login to this site. …

Mobile Development file-system javascript-jquery
Member Avatar for peter_budo
0
209
Member Avatar for thirumoorthym

Hi guys what is the difference between developing android application using jdeveloper and eclipse?

Mobile Development android-development
Member Avatar for jwenting
-1
268
Member Avatar for OsaMasw

Hello guys , am new to Android Development, I've created many test apps for learning, using webview and lists and creating multiple activities, I have an application that get URL with JSON data contain url with streaming video and when click on button open VLC with URL provided. JSon FILE …

Mobile Development android-development video
Member Avatar for peter_budo
0
4K
Member Avatar for OsaMasw

hello guys, am very new to android development, ans am trying to do my best to learn it,I have json output created from one of my PHP projects here is my output [ { "id": "1", "name": "BEiN HD 1", "link": "http:\/\/www.mysite.com\/tv4.ogg", "image": "http:\/\/www.mysite.com\/images\/jsc8.png" }, { "id": "2", "name": "BEiN …

Mobile Development android-development json
Member Avatar for peter_budo
0
418
Member Avatar for lena1990

i use the below code to create file in android but the files are not created when i use android version 4.x but when i use version like 2.x the code working fine and the files are created File path = new File( Environment.getExternalStorageDirectory()+"/FullDuplexCall/"); path.mkdirs(); try { sendfile = File.createTempFile("sendfile", …

Mobile Development android-development
Member Avatar for peter_budo
0
371
Member Avatar for cleve23

Hi all, I followed a tutorial on using the action bar and i face problem trying to split it. All my items just get fitted in to the overflow menu. Please help me with it. Below is my code: AndroidManifest.xml <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.androidapptutorial" android:versionCode="1" android:versionName="1.0" > <uses-sdk …

Mobile Development android-development
0
127
Member Avatar for berryandcherry

Below is the code i am using to create dropdown using listfields.In this i am able to create dropdown with hardcoded data binded to listfields with no Problem,but when i bind data from webservice when i clicked on horizontalfield(dropdown),first it shows the null pointer exception(White screen),by clicking middle button of …

Mobile Development ide java smartphone
0
194
Member Avatar for lena1990

Hi all , I create a small VoIP application to transmit voice and I want to calculate delay so I need both devices to have the same time if you have an idea to calculate the delay or to synchronize the two devices I will be gretaful for any help

Mobile Development android-development
Member Avatar for lena1990
0
228
Member Avatar for luigi_1

i was developing an app for android where by clicking on buttons i could control the digital state of an Arduino board. Arduino responses with a xml file created in runtime and, by fetching its contents, i'd like to display the actually state of the pins. Now, i could realize …

Mobile Development android-development xml
0
113
Member Avatar for centenond

so i want to make a MMO android game, but ive research and cant find what i need. id be thankful if u guys can point me to some tutorial or something. I think i need AppWarp?

Mobile Development android-development
Member Avatar for peter_budo
0
207
Member Avatar for sudhakar4712
Member Avatar for rubberman
0
233
Member Avatar for Forte1292

I've been having this issue for a while and can't figure out how to fix it. I have one activity with four fragments. I'm having an issue with one fragment. I have a button on this fragment that when pressed needs to add another button. This works. However when I …

Mobile Development android-development
Member Avatar for peter_budo
0
4K
Member Avatar for nyfan68

I am working on an application that will let a user make a graph using the number of hours that the user has slept. Currently the attached code will take the input and make a graph expecting an integer values from the user. I want to be able to instead, …

Mobile Development android-development
Member Avatar for nyfan68
0
737
Member Avatar for mark_jason

I have a problem with Eclipse when i try to start emulator it says: Starting emulator for AVD 'Nexus_5_API_21_x86' emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel module is not installed! I tried to instal HAXM …

Mobile Development android-development ide
Member Avatar for peter_budo
0
297
Member Avatar for Sakura-oct

Im android developer < I started with android without abase of java. well I worked as android developer for a year but I feel that my skills not improved very well after a year just like something missing. my question is: if I focuse on learning android gonna make me …

Mobile Development android-development
Member Avatar for peter_budo
0
178
Member Avatar for lena1990

hi all, i create full duplex application to transmit voice using udp protocol , i use AudioRecord to record voice and AudioTrack to play it but i hear echo

Mobile Development android-development tcp-udp
Member Avatar for lena1990
0
398
Member Avatar for patricbensen

I am a newbie in Android App Development. I have designed basic apps like a simple notepad but I don't get pretty good tutorial books on how to do it. Would you please recommend me a link where I can get awesome notes on the same. Thanks

Mobile Development android-development
Member Avatar for AleMonteiro
0
280
Member Avatar for Misklahr

Hello there! I'm trying to understand some basic android animation programming using Android Studio, and I have followed some tutorials on the internet. I already know some basic java programming, but I have a problem with my "copy/paste app" I made from youtube. This is my MainActivity: public class MainActivity …

Mobile Development android-development
Member Avatar for AleMonteiro
0
273
Member Avatar for altjen

Im designing a app that after press a button textblock1.text goes with "YES" if press an other it goes "NO" how to make it save that text when close the app and show the some text when app load? and on visual basic

Mobile Development
Member Avatar for DaveAmour
0
114
Member Avatar for centenond

Im trying to develop a Android game, the problem is that after like 2 min of playing my game start to lag until it freeze forever I wont put my code cuz i dont want to bother that much and its large and i dont know even where the problem …

Mobile Development android-development
Member Avatar for peter_budo
0
176
Member Avatar for baudday

Hey everyone! I'm brand new to Android and have been working on a very basic app that just takes a picture with an image overlay and saves it. So far I have figured out how to get the camera preview, take a picture, and do an image overlay on the …

Mobile Development android-development image
Member Avatar for Schol-R-LEA
0
2K
Member Avatar for TekknoDraykko

Hello all: I'm teaching myself Android, using Android Studio, and when I try to run the emulator, it doesn't start up. In otherwords I see the mock device, but the start (home?) page does not appear. I've waited the customary 3-5 minutes and I've even tried creating different emulators, but …

Mobile Development android-development
Member Avatar for TekknoDraykko
0
281
Member Avatar for man.chester.581

how can i access the contacts on the device then show it in list

Mobile Development microsoft smartphone
Member Avatar for man.chester.581
0
195
Member Avatar for SimonIoa

Hello i have a website and i want to make it an app. I use php and mysql. What is the best way to start?

Mobile Development
Member Avatar for SimonIoa
0
200
Member Avatar for SimonIoa

Hello i have a problem. I am trying to make my website an application. I am having problem on the login page. I made the connection with the database but i cant log in as a user. this is the code. Can anyone help me? <?xml version="1.0" encoding="utf-8"?> <s:View xmlns:fx="http://ns.adobe.com/mxml/2009" …

Mobile Development
Member Avatar for peter_budo
0
193
Member Avatar for rubeea.jaffari

Hello everyone, I am trying to connect my android application to MYSQL database. I have used the following: MYSQL already created database test (accessed via xampp using localhost/phpmyadmin) Created a table named as student in the database test consisting of Name and Roll No columns and 2 records. A user …

Mobile Development android-development mysql
Member Avatar for hericles
0
953
Member Avatar for durrat

I am using Eclipse helios and Android 4.1.2 i have followed the following documentation https://docs.google.com/document/pub?id=19nQzvKP-CVLd7_VrpwnHfl-AE9fjbJySowONZZtNHzw and done the coding exactly as described in tutorial.when i run my app on emulator it shows "This app wont run unless you update google play services" but on real device which is sony xperia …

Mobile Development android-development api ide java
Member Avatar for Dhiru_1
0
2K
Member Avatar for EYALSE

I have windows 7. I know C# and web services (HTML, CSS, JS, ASPX). I want to develop mobile apps with my skills for iOS (the most important option) and android. I'm looking for a studio platform that I could develop there with my skills, something that I can build …

Mobile Development
Member Avatar for Ron_2
0
219
Member Avatar for Shane-dev

Can anyone help me? I have created a dictionary with the contents of a plist(data.plist) file but now I cannot figure out how to search and display the contents. I have searched online for days and cannot get a resolution. Most tutorials show a pre-defined array being used but if …

Mobile Development ide ios objective-c
Member Avatar for Shane-dev
0
220
Member Avatar for lena1990

i want to record voice then play it at the same time but when i use the below code i got delay and echo of the voice and some noise i will be grateful for any help int bufferSize = AudioRecord.getMinBufferSize(frequency, channelConfiguration, audioEncoding); AudioRecord audioRecord = new AudioRecord( MediaRecorder.AudioSource.MIC, frequency, …

Mobile Development android-development audio java
0
214
Member Avatar for sash89

hi i'm a new android app beginner.i was wondering if anyone could help me to solve the issue here: public class MainActivity extends Activity { BluetoothAdapter adapter = null; BTClient _bt; ZephyrProtocol _protocol; NewConnectedListener _NConnListener; private final int HEART_RATE = 0x100; private final int INSTANT_SPEED = 0x101; @Override public void …

Mobile Development
Member Avatar for peter_budo
0
192
Member Avatar for Fuseteam

hello, i would like to ask if it is possible to write a browser that it capable of develering a full but smooth javascript experience on a phone with for example a single core processor, 200mb ram and 30mb of free internal memory on sites such as tv.jw.org or touchdevelop.com …

Mobile Development android-development java javascript
Member Avatar for Fuseteam
0
116
Member Avatar for AmrMohammed

Hello I had put a question before about the editions of Java and the difference between them and the reason for my question is that I want to work through an android project and I think that before beginning in the project I must know how to write code in …

Mobile Development android-development
Member Avatar for JamesCherrill
0
162
Member Avatar for aseel.jaradat.9

in chat application ,, Two friends x, y (used the same device) x Send to y message then stored in database x make log-out of the application and y log-in application and open chat and received the message here the message stored twice on the local storage and this is …

Mobile Development
Member Avatar for aseel.jaradat.9
0
429
Member Avatar for krishkommireddy

Hi i want to develop new android appliacation with out any programing code it means don't want to write any code for this application,is there any possible to do this one and please tell me what are the web sites i have tpo fallow for done these things.

Mobile Development android-development
Member Avatar for cool_zephyr
0
218
Member Avatar for jalpesh_007

hello all, I am working on android project. i have started background music in one of my activity named"myMainScreen.java" now on that activity i have put one button. while clicking on button i will redirected to another activity called"page_play.java" through intent. Music will get stopped on the second activity(page_play). but …

Mobile Development audio
Member Avatar for jalpesh_007
0
5K
Member Avatar for man.chester.581

i want to start developing ios apps on my lap (windos) i dont have mac so how can i start

Mobile Development ide ios
Member Avatar for JamesCherrill
0
256

The End.