919 Topics

Member Avatar for
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
104
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
150
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
283
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
229
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
Member Avatar for happygeek

Feedly app left attack window open for malicious JavaScript hackers according to one security researcher. Security consultant and blogger Jeremy S [revealed](http://breaktoprotect.blogspot.in/2014/04/feedly-android-application-zero-day.html) that the Feedly Android app, or at least the version prior to the update on March 17th 2014, had been subject to a zero-day JavaScript code injection vulnerability. …

0
358
Member Avatar for ahmedzahir
Member Avatar for zubaer_ahammed

I have used Samsung Android Phone driver in Windows 7 previously. But now in Windows 8.1 I can't install it. I have tried the latest driver from samsung official site but didn't work. Please help me.

Member Avatar for Rakesh456
0
205
Member Avatar for yeshamarques

Hello Friends, How Are You............. Please Give Me Help How to Increase Review & Ratings For Android Apps

Member Avatar for Rakesh456
0
172
Member Avatar for happygeek

As I stated when [reviewing the Minisuit 3-in-1 Folio Case](http://www.daniweb.com/hardware-and-software/tablets-and-mobile-devices/reviews/477039/review-minisuit-3-in-1-keyboard-folio-case-nexus-7-2013#) for the Nexus 7 2013, the most important things a writer looks for in any keyboard are key travel, spacing and feedback. Obviously a travel keyboard throws some additional requirements into the mix such as weight, size and battery life. …

1
726
Member Avatar for happygeek

For a professional writer of any description, there are three things that matter when it comes to the keyboard that they are using: key spacing, key travel and key feedback. The Minisuit 3-in-1 Folio manages, as far as any such small keyboard is ever going to achieve, to get the …

1
672
Member Avatar for Benjamin_4

Hi guys, i wanted to find out if its possible to use just a single listView for different activities. For instance i have three activities (Pending Jobs, Incoming Jobs, Closed Jobs) which are supposed to use a ListView, as at now i have created ListViews for all three activities but …

Member Avatar for peter_budo
0
138
Member Avatar for Tushar_2

Hi all, I am trying to run my code editor into my android app here is my link of editor [webpage code editor](http://guru99.com/demo-editor-php.html) I am using the below code for my code editor code link <script>$.noConflict();</script> <script type="text/javascript" src="http://test.guru99.com/js/Phpeditor/codemirror.js"></script> <script type="text/javascript" src="http://test.guru99.com/js/Phpeditor/clike.js"></script> <script type="text/javascript" src="http://test.guru99.com/js/Phpeditor/php.js"></script> <script type="text/javascript" src="http://test.guru99.com/js/Phpeditor/css.js"></script> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script> …

Member Avatar for peter_budo
0
362
Member Avatar for chrisschristou

hello. i have a project to do for android, i want to make a tourist guide app, but i want to have basic information on app and sometime i want 5 request data from google or from website. i must on app apk app or web application in reality i …

Member Avatar for peter_budo
0
226
Member Avatar for cguan_77

hello guys, got this code but it has an error. any ideas? Thanks. public void ListenerCheckAll() { Chbox0 = (CheckBox) findViewById(R.id.checkBox1); xAllButton = (Button) findViewById(R.id.button1); xAllButton.setOnClickListener(new OnClickListener() { @Override public void onClick(View vx) { Chbox0 = (CheckBox) findViewById(R.id.checkBox1); boolean checked = ((CheckBox) vx).isChecked(); //this part has the error switch(vx.getId()){ case …

Member Avatar for peter_budo
0
130
Member Avatar for James singizi

i have installed android studio on my pc and im trying to run it and its showing me an error that says, "The environment variable JAVA_HOME(with the value of C:\Program Files\java\jdk1.8.0_20\bin)" does not point to a valid jvm location

Member Avatar for James singizi
0
87
Member Avatar for napninjanx

So far I learned how to download the JDK Java Development Kit. Then created a PATH file cause it the training video they said something about sp Java won't mix up directories and so on. So putted the semicolon at the end of the Path File... In Environment Variables. Then …

Member Avatar for napninjanx
0
260
Member Avatar for Benjamin_4

Hello guys am new to android development. I wanted to know how create a scrollview in Potrait layout using XML in android. below is the code i wrote in XML <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <ImageView android:id="@+id/imageView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="5dip" android:src="@drawable/newuser" android:contentDescription="@string/todo"/> <TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="wrap_content" …

Member Avatar for peter_budo
0
211
Member Avatar for ziadkassam

I am developing an android application using java with SQLite. The following code make the error: String selectQuery = "SELECT * FROM User"; Cursor cursor = db.rawQuery(selectQuery, null); I checked my program and I found that the cursor make unfortunatly error. Please help from where is the error come??

Member Avatar for ziadkassam
0
346
Member Avatar for oz_nc

I have an Android Project for my homework. I will upload an image from phone gallery and find color which is dominant but color band includes other remarkable colors. This is what I want to do exactly. I found a website when I was researching. http://lokeshdhakar.com/projects/color-thief/ . It’s written with …

0
128
Member Avatar for Pobunjenik

Hi everybody, I'm back and I bring problems. :D I've done a fair bit of research - I know Android can't run JRE 1.7, and I know JRE 1.7 is needed to get Java to read SQL. I've got this project that says I need to make a way for …

Member Avatar for Pobunjenik
0
320
Member Avatar for happygeek

Android-driven devices, including smartphones and tablets manufactured by the likes of Asus, LG, Motorola and Samsung, are being sold with pre-installed malware according to claims made by the CTO and Founder of Marble Security. David Jevans made the claim following complaints from a potential client that a mobile security platform …

Member Avatar for creamtown
0
772
Member Avatar for happygeek

Wearable computing has been a buzzword for so long that it's easy to get blinded by the hype and not realise that actually it's a reality; and one that got even more real with the announcement by Google of Android Wear. Forget the fitness bands of today and the 'smart …

Member Avatar for happygeek
0
1K
Member Avatar for Ferd12324445

I'm creating multiple custom info windows using only one xml layout, all of the info inside the window will be put In programmatically. I am now trying to give the ImageView an image but when I do that for one marker all of the other markers ImageView images become the …

Member Avatar for raj.mscking
0
337
Member Avatar for LyingInAHammock

Basically I've created an **app drawer** and placed a **seekbar** within it. This app drawer is made up from **app_drawer.xml** whilst my fragment below is made up from **main_activity.xml**. The issue I'm having is, although the seekbar shows up perfectly and the app drawer pulls in and out as it …

0
161
Member Avatar for user_123

kindly tell me how i start the my project i have problem in connecting my tablet with my pc eclipse is not running on the tablet.and also tell me how i can create touchable screen to draw drawing freely first.i am making andriod paint app for andriod tablet.and kindly tell …

0
79

The End.