1,245 Topics

Member Avatar for
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
Member Avatar for Rakesh456
0
173
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
384
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
227
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
270
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
218
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
350
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
129
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
802
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 Dineshchitta

I am developing an android app .So , I want to maintain some database over internet which can be accessible for anyone who uses my app .So how can I maintain that database.

Member Avatar for pritaeas
0
72
Member Avatar for mwnt2014

JavaScript for mobile browser detect img changed according to mobile browser wheather iphone or android ..different images for both....

Member Avatar for diafol
0
106
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
162
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
Member Avatar for nevil120

I have Android app and 1 php application. I want to invoke android function when the button is clicked on my php application (on latop-pc browser). So basically Php to android communication. How to achieve that?

Member Avatar for orochiwolf
0
144
Member Avatar for cguan_77

hello guys, is there a site to publish an android app for free? To publish android app to Google play, what's the steps and how much is the cost? Would appreciate input to anyone who had tried it. Thank you. :)

Member Avatar for Ewald Horn
0
197
Member Avatar for azapovjednik

Hello all, I need to do some simple project for school in java eclipse... so I went to android developer page and downloaded the adt-bundle for windows... I have 64 bit windows so I downloaded 64 version... I start it and it gives me the error `Android sdk content loader …

Member Avatar for azapovjednik
0
441
Member Avatar for napninjanx

Like a person goes into Android Programming and wants the app to work on iOS for Apple. Are they the same or different?

Member Avatar for Moran_1
0
258
Member Avatar for LyingInAHammock

Out of my depth a little :-) How do I create a pair of longitude and latitudes to create a polygon showing a 2 mile radius of a particular longitude and latitude? in Java Android. I know how to find your current longitude and latitude but I just can't figure …

Member Avatar for jwenting
0
557
Member Avatar for twisty_toes

Hey guys, I have a project to do and I have let my schedule slide. Anyway, I have to get down and do it now. My task is to create an Android App where you can access a FreePBX server (www.freepbx.org), which is basically an all-in-one linux distribution of a …

Member Avatar for Ewald Horn
0
123
Member Avatar for ColeTechInc

Free IOS and Android App Software? Anyone know where i can find Free Software to create and app for IOS And Android i was wanting to design and create a game or something but i was hoping for a visual creator not just coding. i only know of the MAC …

Member Avatar for peter_budo
0
165

The End.