1,245 Topics

Member Avatar for
Member Avatar for Ramji_1

I have a joomla 3.2 site and also have a android app for my site. Now, i want a suggestion system such that when anyone browse any page of my site from android device, it should display a popup, suggesting that please download our android app. There should have two …

Member Avatar for jKidz
0
303
Member Avatar for happygeek

I don't say it often (thank goodness) but OMG, and not in a good way. This [ASUS Transformer V machine](http://www.pcpro.co.uk/news/389047/asus-reveals-five-in-one-transformer-book-v?) has got to be the maddest idea I've seen for years. > The Transformer Book V is a Windows 8.1 laptop/tablet hybrid, which turns into an Android 4.4 KitKat device …

Member Avatar for happygeek
0
359
Member Avatar for hwoarang69

# What I am using: # I am using java & libgdx to create a game in desktop & android. # Error: # Could not find class 'com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator', referenced from method com.aa.GameStates.MainMenu.init so on desktop version, everthing work fine and no errors. Problem is when I run it on android. …

1
181
Member Avatar for LoSuper

I'm making a android app using Java, i want to make a 7 days schedule layout that can be moved horizontally centering the current day to the screen and each column can be scrollable and contains a list with a variable number elements, each element contains images and text; and …

Member Avatar for peter_budo
0
244
Member Avatar for happygeek

Another day, another breach. The latest to disclose that there had been some 'unauthorised access' to systems and internal company data' is music streaming service Spotify. The disclosure itself was something of an odd one, claiming that investigation suggested only a single user's data had been compromised following an issue …

Member Avatar for <M/>
1
302
Member Avatar for rules engine

Hello Experts, Which rules engine can I use for my android application? I do not want to spend months to port a rules engine to android. I am looking for something readymade.

Member Avatar for jennifers12
0
98
Member Avatar for Mohammed hadi7

How to display the contents of a document? I know to display contents of text file, but there are different font sizes and much more in document, how to display that?

0
64
Member Avatar for Junk_1

I have a problem with `asynctask` in android Java. it's the same problem as this : http://stackoverflow.com/questions/15457482/variable-returns-null-outside-asynctask-android my asynctask get data from a url , to get direction of `google maps` ! This is where I call my code , inside onrespondre => myvaraible have data but outside the variable …

0
122
Member Avatar for 203428

hello everybody; up to what level can I use javascript (taking advantage of the strength of phonegap or Titanium) to create an android application. ex 1:can I create or run a service (in the android sense) !!! ?? or can I access to the GSM properties like provide package android.telephony.gsm. …

Member Avatar for 203428
0
245
Member Avatar for edwarddaniel.baldeviano

Hello everybody! It's good to be back. Anyway, going to the problem detail. I am currently developing an Android app that resembles the standard Android sound recorder. I already have the sufficient methods from MediaRecorder and MediaPlayer. After stopping the sound recording, an AlertDialog will appear, showing the EditText textbox …

0
126
Member Avatar for soknasazeh

My android tablet touch screen not responding. I tried restarting but the problem still exists. I can not unlock the screen and use the tablet. May I ask your help to resolve it.

Member Avatar for imobdevtech
0
851
Member Avatar for mvd3

I use Default Shared Preferences to save some data in them. I have created a class to handle all this : public class PreferencesHandler { private Context mContext; public PreferencesHandler (Context context) { this.mContext = context; } public void setBoolean(String name, boolean value) { PreferenceManager.getDefaultSharedPreferences(mContext).edit() .putBoolean(name, value).commit(); } public void …

0
132
Member Avatar for chrisschristou

hello dear friends, i need your help. i'm not app developer but just trying to make a mock up. i created a android project with navigation drawer. and the navigation drawer is in string like. please help me friend i'm doing it for a national digital champion. if win i …

Member Avatar for chrisschristou
0
199
Member Avatar for Tut

I am new to programming and I am looking for a language that is easy to learn, and a relatively useful programming language. I don't know much about programming but I want to learn and I think here is the best place to start. I want to get started on …

Member Avatar for Hiroshe
0
199
Member Avatar for sussy123

I am baffled at this webform on my responsive site which works perfectly fine in all iOSdevices and android tablets. However on android smartphones, specifically samsung s3/s4 -when the text box is clicked- the keyboard appears for less than a second then suddenly disappears. Should a set focus rule be …

Member Avatar for [NOPE]FOREVER
0
3K
Member Avatar for geoffy0404

Noob Question, but I am following this tutorial : https://sites.google.com/site/androidappcoursev3/labs/lab-1#2 and I am getting to the bottom and I am confused on what I am supposed to be doing, am I creating a class or an activity and what does it mean when it says **extends android.app.Activity and implements android.view.View.OnClickListener …

Member Avatar for geoffy0404
0
194
Member Avatar for mmm123

Hello, I am new to android development and this is my first time using eclipse so sorry if this question sounds silly. I have created an android application called IFMApp. I have four xml pages and 4 java classes. My application, is cleaning and building fine and will install to …

Member Avatar for peter_budo
0
307
Member Avatar for Suzie999

Hi mobile devs, I am noob to android studio and java, but have some c and c++ basic knowledge so not noob to programming in general. However I am also noob to all aspects of form design. I did not write title of Question singular because I'm pretty sure I'll …

Member Avatar for Suzie999
0
281
Member Avatar for ben.juarez.773

Hello, Simple question: how can I command pgs4a to use android-10 (2.2.3) instead of always using android-8 (2.2)? I've tried using the target commands, but to no avail, unless I have missing files? I have my game set up and built, i've successfully created 2.2 apk's but cannot figure out …

0
166
Member Avatar for sXLambo

**MainActivity** package com.elitiv.myapplication2.app; import android.os.Bundle; import android.support.v7.app.ActionBarActivity; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.RadioButton; import android.widget.TextView; public class MainActivity extends ActionBarActivity { private EditText Result; private String Operation; private EditText editYear; private EditText editCapacity; private Button calc; private RadioButton radioD; private RadioButton radioB; @Override protected void onCreate(Bundle savedInstanceState) { …

Member Avatar for pritaeas
0
224
Member Avatar for sudesh.yadav.104
Member Avatar for sudesh.yadav.104

Hi I am new to android dev. I want to show google maps in my application. This is my mainactivity.java import android.R; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_list_item); } } this is androidmanifest.xml <?xml …

0
105
Member Avatar for Im_Numma_One

I am finally finishing up my BS degree for computer science and have a research paper to do. I chose Android Programming as my topic, but my instructor informed me that this is too broad and that I need to narrow it down. I am looking for some ideas on …

Member Avatar for jwenting
0
309
Member Avatar for napninjanx

I have a question about Mobile App Development, I have learned allot when I kept reading about Mobile App Development Java, I thought at first it would be complex and would be impossible to make apps and a person needed a college degree in order to make apps, I was …

0
151
Member Avatar for chrisschristou

hello friends. i just start with android and i got many trouble one is the image size so i can undestund ldp is for low density and it's grow to hdp xhdp, xxhdp...., but i can't undestund how to edit image for the different screen. for exemple i have a …

Member Avatar for peter_budo
0
324
Member Avatar for Suzie999

I installed Eclipse IDE along with SDK JDK. When I try to create a new Android project it does not appear in context menu. I uploaded image to show. http://s1.postimg.org/b1n9yag9r/ENP.jpg Also image of installed items in SDK manager http://s15.postimg.org/5g5tg2ue3/ASDKM.jpg I've never developed android and this is first time in any …

Member Avatar for Suzie999
0
230
Member Avatar for Michael_23

When I use a combination of buttons (the only one that seems to work is power and volume+) to access recovery mode, I don't see the expected android on its back with exclamation mark. Instead, the android stands up (with a spinning logo at the front) and although it says …

Member Avatar for Bandarigoda123
0
305
Member Avatar for Violet_82

Hello peeps, I hope you can help me with this. I have just bought a new “high capacity” battery for my gt-i900 android phone (it currently has a 1500mAh battery), a 3700mAh. Now, what should I do the first time? I was thinking to leave the battery in charge for …

Member Avatar for Bandarigoda123
0
214
Member Avatar for AleMonteiro

Is anybody developing an Android App for DaniWeb? If nobody is, I'm planning on doing so, and if someone wants to participate, you'll be welcome. If someone is developing, and wants help, I'd like to participate. Cheers. Ps.: I was not sure if I should post this here or in …

Member Avatar for Bandarigoda123
0
326
Member Avatar for napninjanx

The End.