Re: [android-developers] Could not find a method saveData(View)

2016-09-29 Thread Giuseppe Guarino
Thu, Sep 29, 2016 at 11:16 AM, Giuseppe Guarino <giusepp...@gmail.com > > wrote: > >> Hi, I'm developing an App that should receive data and save them in the >> SQLdatabase, but I have a problem. >> When I press the Save Button, the App stops the process with t

[android-developers] DB: “table” has no column named “name column”

2016-09-29 Thread Giuseppe Guarino
I've this problem when I was launching the app, it made me this error: E/SQLiteLog: (1) table geophysics_table has no column named municipality E/SQLiteDatabase: Error inserting id_grid=1 culture_type= resolution_survey= soil_type= coordinates= finish_date= start_date= municipality= site=

[android-developers] Could not find a method saveData(View)

2016-09-29 Thread Giuseppe Guarino
Hi, I'm developing an App that should receive data and save them in the SQLdatabase, but I have a problem. When I press the Save Button, the App stops the process with this error: E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.giuse.secondly, PID: 2615

[android-developers] Light Sensor and device in standby

2013-09-27 Thread Giuseppe Brando
Hi to everyone, someone can tell me if is possible to interact with the light sensor when the device is in standby? Thanks, -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: insert data from android to sql server though WCF web services

2013-09-17 Thread Giuseppe
Show the server code please -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Play store - reviews disappear

2013-08-01 Thread Giuseppe
*Google Again * yesterday our app have 576 * 5 stars, the day after 534 lost 32 reviews ! *and the app get down in position* * * Anyone else same problem ? -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] Re: USBConnection: bulkTransfer OUT = after sending 10-15 x Data's every 4 seconds = USB is disconnected, every time.

2013-07-07 Thread Giuseppe
all code please. -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

[android-developers] Re: How to compile APK using different constant

2013-04-08 Thread Giuseppe
Probably my question was wrong! I need to build differents APK for each market. the only change that I need, is the boolean value. I am trying to do it with ANT but I don't have too much knowledge for a good build.xml -- -- You received this message because you are subscribed to the Google

[android-developers] How to compile APK using different constant

2013-04-07 Thread Giuseppe
I have a Consant.java file that manage few static variable for different store: static private boolean isForGoogleMarket = true; static private boolean isForOperaMarket = false; static private boolean isForTStoreMarket = false; static private boolean isForAmazonMarket = false; static private

[android-developers] Custom views source

2013-04-04 Thread Giuseppe
Anyone know some source for custom view ? Actually we looking for a digital VU Meter and we would like to buy it instead to write it from zero. Any suggestion? -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: Play store - reviews disappear

2013-01-28 Thread Giuseppe
So what we should do now? We are losing many time to find what happened and there is no sense on this problem. Should we contact Google ? what we must do? -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Play store - reviews disappear

2013-01-27 Thread Giuseppe
We are experiencing some review deletion from our play store. Anybody here is having the same problem? -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Play store - reviews disappear

2013-01-27 Thread Giuseppe
UTC-6, Giuseppe wrote: We are experiencing some review deletion from our play store. Anybody here is having the same problem? -- -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] Unable to delete a PendingIntent with AlarmManager

2012-12-30 Thread Giuseppe
I have created a PendingIntent with AlarmManager that send an email every minute with following code: public void SetAlarm(Context context) { AlarmManager am = (AlarmManager) context.getSystemService(Context.ALARM_SERVICE); Intent i = new Intent(context, Backup_Email_Receiver.class);

[android-developers] Re: Unable to delete a PendingIntent with AlarmManager

2012-12-30 Thread Giuseppe
I have uninstalled the app and the unit test app too, no way alarm is still there. I have also dump the alarm from adb, my pendingIntent is not there. I am starting to get crazy -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

Re: [android-developers] Unable to delete a PendingIntent with AlarmManager

2012-12-30 Thread Giuseppe
Sorry for my English, I will try to write better. Attached you will find the dump file of alarms on my device, you will see that there is no sign of any PendingIntent that have Backup_Email_Receiver as class. I have uninstalled the app, restarted the device, the function is still working and

[android-developers] Error: SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length - very annoing

2012-10-30 Thread Giuseppe
Starting SDK 4.1.1 I have continuously the error: E/SpannableStringBuilder(1068): SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length What is it ? How can I remove it from LogCat ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Receive Bluetooth file from a no socket client

2012-10-28 Thread Giuseppe
Till 4.0.3 I was able to receive any bluetooth file using the getContentResolver().query(BluetoothShare.CONTENT_URI, null, null, null, BluetoothShare._ID); Starting 4.1.1 this is not possible, I found only documentation that use socket and specific UUID. I need to receive any file from any

[android-developers] Capture audio events

2012-09-20 Thread Giuseppe
There is an application on Samsung Galaxy II III named S VOICE that can be activated using your voice and saying Hello Galaxy I would like to introduce something similar in our app, but I can't believe that we must monitor the Audio stream for all time and wait till it have some stream

[android-developers] Google Play DMCA Notice

2012-08-07 Thread Giuseppe Iuculano
and public streams and I interpreted my app as a list of public links. It is wrong? I searched on wikipedia about DMCA and found this: http://en.wikipedia.org/wiki/Digital_Millennium_Copyright_Act#Linking_to_infringing_content but I think this is not my case. Cheers, Giuseppe. -- You received

[android-developers] Re: Google Play DMCA Notice

2012-08-07 Thread Giuseppe Iuculano
browser manage it. So the problem is who open the link? If that link is opened by the standard browser it's not a problem, but if it is opened by a video player (fplayer in this case) it is a issue? Cheers, Giuseppe. -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Lost Password of Keystore

2012-08-05 Thread Giuseppe Brando
You are Right!! ...My problem has been that for a lot of months I've stopped to develop...this is the reason because I don't remember the keystore password! Thanks boys Il giorno sabato 4 agosto 2012 14:05:14 UTC+2, Giuseppe Brando ha scritto: Hi Boys, I've a big probem, I've lost

[android-developers] Lost Password of Keystore

2012-08-04 Thread Giuseppe Brando
Hi Boys, I've a big probem, I've lost a passwork of my Kestore and now I can't update my application. Can you help me?? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] Lost Password of Keystore

2012-08-04 Thread Giuseppe Brando
, restoring the key should be really easy. 04.08.2012 16:07 пользователь Giuseppe Brando giuseppe.brando...@gmail.com написал: Hi Boys, I've a big probem, I've lost a passwork of my Kestore and now I can't update my application. Can you help me?? -- You received this message because you

Re: [android-developers] Lost Password of Keystore

2012-08-04 Thread Giuseppe Brando
to open your Keystore. On Saturday, August 4, 2012 1:40:44 PM UTC+1, Giuseppe Brando wrote: I've a Keystore file but I don't remember the password. How I recover the password? Il giorno sabato 4 agosto 2012 14:19:40 UTC+2, Kostya Vasilyev ha scritto: But you have backed it up to a usb flash

[android-developers] Re: Google Cloud Messaging (GCM) issues.

2012-06-30 Thread Giuseppe
I am using it from first IO day, so it work well. Il giorno venerdì 29 giugno 2012 11:54:51 UTC+2, Elad Nava ha scritto: No go for me or others either. It seems like the service is not available yet. It's only 2 days old. Let's give them some time to get it up and running.

Re: [android-developers] Re: Proguard returns null pointer exception while adding external restlet jar

2012-06-29 Thread Giuseppe Porcelli
Yes I solved it adding to the proguard file: -dontwarn org.restlet.** -libraryjars /libs/org.restlet.ext.atom.jar -keep class com.myappwhereIusetherestletapi.odata.** { *; } -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

R: [android-developers] How to receive files via Bluetooth?

2012-06-26 Thread Giuseppe Porcelli- FINM
chat ,i think that example is partially suit for your question On Mon, Jun 25, 2012 at 5:13 PM, Giuseppe porcelli.giuse...@gmail.com wrote: In my app, I would like to add the function to receive files directly into it via Bluetooth. I know that I can use the Chat sample to connect to instance

[android-developers] How to receive files via Bluetooth?

2012-06-25 Thread Giuseppe
In my app, I would like to add the function to receive files directly into it via Bluetooth. I know that I can use the Chat sample to connect to instance of my app on two devices via Bluetooth, but what I am looking for is to make possible to receive the files from any devices and without to

[android-developers] Re: FFMPEG Android NDK- Images to video

2012-06-22 Thread Giuseppe
Download FFMPEG and all satellite libs, compile it with NDK and use in in your Android code !!! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Play market and sales info

2012-06-21 Thread Giuseppe
Dear experts, We have a Play market account from Italy, and according with Google docs we don't have a merchant Key. We are unable to get info about our sales using the checkOut API, but there are services and apps able to do it using our GMAIL username and password, so there is some way to get

[android-developers] Improve market sales

2012-06-20 Thread Giuseppe
Dear all, We have deployed an app very interesting, our main problem now is to make it famous. Considering what is available on the market today, we believe that our app is simple the best. We don't have any knowledge about promoting, advertising and anything else can help the sales, but we

Re: [android-developers] Re: Help with App crackers

2012-06-18 Thread Giuseppe Porcelli
We are AG we just try to descourage download Il giorno 18/giu/2012 08:34, Nobu Games dev.nobu.ga...@gmail.com ha scritto: This is very unfortunate but did you read the first comment on that piracy forum? Some member called agsoftware says: When I install it ask for license Google Licensing

Re: [android-developers] Re: Help with App crackers

2012-06-18 Thread Giuseppe
Thank you ! -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com For

[android-developers] Google Checkout order list

2012-06-17 Thread Giuseppe
Dear All I would like to get info about orders from my Android checkout account. Any suggestion? thank you -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

Re: [android-developers] Google Checkout order list

2012-06-17 Thread Giuseppe
I would use the API, the problem is that in Italy Google give us only a * MERCHANT_ID* without the *MERCHANT_KEY* So we can't use the API. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Proguard returns null pointer exception while adding external restlet jar

2012-06-16 Thread Giuseppe
Did you solve it? On Wednesday, November 23, 2011 1:10:51 PM UTC+1, Android Developer wrote: Hi, Did any one have solution for this? proguard return exception for adding external jar file( restlet jar). Exception. Proguard returned with error code 1. See console Unexpected error

Re: [android-developers] Re: Proguard returns null pointer exception while adding external restlet jar

2012-06-16 Thread Giuseppe Porcelli
think latest version is 4.8 and newer than the one bundled with ADT 19. -- H On Jun 16, 2012 12:24 PM, Giuseppe porcelli.giuse...@gmail.com wrote: Did you solve it? On Wednesday, November 23, 2011 1:10:51 PM UTC+1, Android Developer wrote: Hi, Did any one have solution for this? proguard

Re: [android-developers] Re: Proguard returns null pointer exception while adding external restlet jar

2012-06-16 Thread Giuseppe
Updated the Proguard to 4.8, NullPointException still there. Any suggestion? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email

[android-developers] Help with App crackers

2012-06-15 Thread Giuseppe
work. I know that this group is for developers question, but frankly, what to develop with this premises ? Giuseppe Porcelli -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

Re: [android-developers] Re: Help with App crackers

2012-06-15 Thread Giuseppe
Hi Justin, nice to meet you. Yeah I have used the code Google show on the site, probably this is my biggest mistake. Do you want to help me to improve my LVL code? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: how to connect ms sql server management studio in android code

2012-06-13 Thread Giuseppe
you must use a webservice or a WCF service from server side and use respectively KSOAP for webservice client side or ODATA4J for Odata client side. GIuseppe -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Concatenating two or more audio files in single audio file.

2012-06-11 Thread Giuseppe
Hi Akhilesh, what kind of Audio format you would like to merge? look our app, probably can help you: https://play.google.com/store/apps/details?id=com.voicepro -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Conditional PreferenceScreen

2012-05-14 Thread Giuseppe
I have multiple PreferenceScreen in my Main Preferences and for some of them I need to check from a global variable if the user is enable to open this. How can I conditionally block the opening of a PreferenceScreen during the onClick Event? Return false don't work. Thank you. -- You

[android-developers] Re: Problems streaming videos in Android 2.2

2012-05-12 Thread Giuseppe
Hi Kiview, I have your same problem, did you solved it? Giuseppe -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android

[android-developers] Re: compile decompiled .jar files back to .dex

2012-05-05 Thread Giuseppe
Haker. stay away from here, we work night and day 365 days per year. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] How to stop a native process

2012-05-05 Thread Giuseppe
with the premise that I have NO EXPERIENCE of C language, I would like to solve a problem that does not allow me to proceed with the publication of my app. I have a native function that uses ffmeg for file conversion, which I call from Android by AsyncTask. I need to stop the native

[android-developers] Limit application by processor

2012-05-05 Thread Giuseppe
I have an app that use a native porting very strong. My experience during the debug with few devices, is good on good model with multi process and bad on old devices with bad processor. I would like to publish the app only for new devices with a good processor, some suggestion? -- You

[android-developers] All APK has cracked by apkcracks.net

2012-05-03 Thread Giuseppe
In our app we use Proguard and License system from Google. Our app and other thousand of apps are published on this web site http://apkcracks.net Can Google explain what else we must do to protect our night, Sunday and holiday's job ? Giuseppe -- You received this message because you

[android-developers] Re: Image to Video Converter In android

2012-04-12 Thread Giuseppe
Hi Arun, I am looking for similar solution but not for facebook, did you found a way? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group,

Re: [android-developers] Problem with RemoteViews

2012-04-12 Thread Giuseppe
Hi TreKing, I need two different setting: 1) stop just the timer 2) continue from stop time -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

[android-developers] Play maket and reviews

2012-04-11 Thread Giuseppe
I have an user that bought our app, didn't understand how to use, then wrote a bad review and ask for money back via device. Result: app not sold bad review from incapable user Google must not allow people that delete orders to write reviews, there are many people in the world that in 15

[android-developers] Problem with RemoteViews

2012-04-11 Thread Giuseppe
I have a RemoteViews that I use with a notification manager to show elapsed time from recording start. in start code I have: mChronometerBase = SystemClock.elapsedRealtime(); n.contentView.setChronometer(R.id.chrononotify,mChronometerBase , Time: (%s), true); nm.notify(myID, n); the

[android-developers] LVL in debug mode

2012-04-07 Thread Giuseppe
Strange very strange !!! Three application on the market, all three use LVL, but in debug mode two get the right answer from license server and one get alway TIMEOUT. What should I check? -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Chronometer save state

2012-04-03 Thread Giuseppe
During the chronometer counting, if the user rotate the screen, the counter return to 00.00 and stop !!! how do solve it? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Chronometer save state

2012-04-03 Thread Giuseppe
: Per default the Android OS restarts your activity when the screen orientation changes. You can either tell the OS not to do that, or you can hook into the event and preserve/re-seed your timer. On Tuesday, April 3, 2012 10:09:11 AM UTC-4, Giuseppe wrote: During the chronometer counting

[android-developers] Re: Chronometer save state

2012-04-03 Thread Giuseppe
Yes I know how to tell the system to not do that with android:configChanges=orientation|keyboardHidden, but this is not useful for our app as this don't change the layout to the different view. Could you help with save state ? -- You received this message because you are subscribed to the

[android-developers] Adb shell from app

2012-03-31 Thread Giuseppe
We need to execute some adb shell command from our app. Can someone help me to do it? Giuseppe -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

Re: [android-developers] Adb shell from app

2012-03-31 Thread Giuseppe
Hi Softy, I need to change the stock audio.primary.exynos4.so from /system/lib/hw folder with a modified version, obviously on rooted device and after the user authorize it. I don't know really how to get the root permission and proceed with the copy (probably using adb shell). Thank you in

Re: [android-developers] Adb shell from app

2012-03-31 Thread Giuseppe
Hi Yuvi, thank you very much for your help. Thank's to your suggestion I solved my problem. Giuseppe -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] Licensing problem

2012-03-25 Thread Giuseppe
Starting yesterday my licensing development response is 291. I don't know what happened, the server response to me no license instrad in my profile I have RETURN LICENSED. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Blocking/changing original Android OS is legal?

2012-03-25 Thread Giuseppe
We must open this discussion here, the only place where we can get the position of all Android developers in the world. We developed 12 month ago a Call Recorder app, we sell it on the market and earn good money, also we invest 85% of our time to improve everyday they code. Till today we about

[android-developers] Re: real time streaming values in android

2012-03-12 Thread Giuseppe
use ODATA insteasd of PHP. Il giorno sabato 10 marzo 2012 12:34:03 UTC+1, ramalakshmi ha scritto: Hi! I want to develop an application which connects ms sql to android mobile.In this the table values of sql server should be shown in android mobile. For this I connected the

[android-developers] Video for app page

2012-03-07 Thread Giuseppe
Someone can suggest a software to make good video presentation of my app? I have no experience in video builders, so looking for some software that completely build a good video to introduce my app. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Polarize effect in realtime

2012-02-27 Thread Giuseppe
Someone know if is possible to apply polarize effect in realtime on the camera? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Samsung S with Ice cream

2012-01-30 Thread Giuseppe
Mediarecord don't want to work at all on source like VOICE_CALL or UP_LINK. Did Samsung change something from the original ANDROID code source? Giuseppe -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Re: Best way to distribute app outside of Market

2012-01-26 Thread Giuseppe
publish your apk to a public server. send the link via SMS to your user. all work well. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this

R: [android-developers] How to iterate Class

2012-01-20 Thread Giuseppe Porcelli- FINM
and for is a really bad design vs just taking the values.) kris On Fri, Jan 20, 2012 at 1:12 AM, Giuseppe Porcelli porcelli.giuse...@gmail.com wrote: Want to do a for to create a string array to use with an arrayadaptarer. Giuseppe Porcelli Il giorno 20/gen/2012, alle ore 01:41, Kristopher Micinski

[android-developers] How to iterate Class

2012-01-19 Thread Giuseppe
I need to get the MediaRecorder.AudioSource constants list, es. CAMCORDER DEFAULT MIC VOICE_CALL VOICE_COMMUNICATION VOICE_DOWNLINK VOICE_RECOGNITION DEFAULT VOICE_UPLINK and their INT value. How to do it inside a for each? Thank you. -- You received this message because you are subscribed

Re: [android-developers] How to iterate Class

2012-01-19 Thread Giuseppe Porcelli
Want to do a for to create a string array to use with an arrayadaptarer. Giuseppe Porcelli Il giorno 20/gen/2012, alle ore 01:41, Kristopher Micinski krismicin...@gmail.com ha scritto: What? Why would you do it inside of a for each? Mark already answered this, but this question sounds

[android-developers] MediaController with MediaPlayer

2012-01-18 Thread Giuseppe
I would like to show the mediacontroller for all the playing time of mediaplayer, please how to do it? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe

[android-developers] How to stream audio

2012-01-01 Thread Giuseppe
Dear experts, I would like to stream one way the audio from device A to device B. The device could be on mobile network or inside two different wlan. Please suggest what approach to use and if some example available. Thank you in advance. G. -- You received this message because you are

[android-developers] Audio streaming to Java server

2011-12-20 Thread Giuseppe
Dear Experts, I had now spend 10 days to find an answer to my question, but no way!!! I understood how to send an audio streaming to a socket using the following code, but I don't know how to listen the audio on the server side or how to save it in local file. Any help is welcome. String

[android-developers] Encoder Mp3

2011-12-12 Thread Giuseppe
I am not able to understand how to convert local audio file from 3gp to Mp3. On the market there are many apps that do it, but I am unable to find how !! please help. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group,

[android-developers] Re: help:how to play custom encode mp3 file

2011-12-12 Thread Giuseppe
can you supply the code you are using to encode in Mp3? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Re: Encoder Mp3

2011-12-12 Thread Giuseppe
treking...@gmail.com wrote: On Mon, Dec 12, 2011 at 8:41 AM, Giuseppe porcelli.giuse...@gmail.comwrote: I am not able to understand how to convert local audio file from 3gp to Mp3 Have you tried Google

Re: [android-developers] Help: I have git on windows. I just want to a) see b) download a speciifc android repository

2011-11-23 Thread Giuseppe
Hi. Thanks for pointing out directions to the code. The next one probably is a silly question, but the answer does not seem obvious to me: Let's say I'd like to peek into ImageView implementation, or ListView, whatever. How do I find which package to download from the whole lot? E.g. starting

[android-developers] Re: How to use obtainStyledAttributes to get a String from a Theme

2011-11-22 Thread Giuseppe
Hi, did you solved that issue? How? I think I'm having exactly the same problem here: custom TextView, custom attribute, it works when the attribute is assigned directly in the layout where the custom view is instantiated, but it does not work when the attribute is assigned in the application

[android-developers] Widget not working on spb shell 3d

2011-11-21 Thread Giuseppe
Dear All, I have developed a widget that work very well on my device. But the same widget don't wont to work on SPB Shell 3d (home switcher), the widget is unable to send or receive broadcast. Please any help is helpfully. Giuseppe -- You received this message because you are subscribed

[android-developers] Convert AMR to MP3

2011-11-21 Thread Giuseppe Porcelli- FINM
Dear All, someone can help me to convert AMR file to MP3 on the device? No experience with NDK only JAVA. Thank's Giuseppe -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers

[android-developers] Android - InputStream SQLiteDatabase - How to read more than one xml file

2010-12-24 Thread giuseppe
I'have this code public class DatabaseHelper extends SQLiteOpenHelper { public static final String DATABASE_NAME = prova; protected Context context; public DatabaseHelper(Context context) { super(context, DATABASE_NAME, null, 1);

[android-developers] Re: Android - InputStream SQLiteDatabase - How to read more than one xml file

2010-12-24 Thread giuseppe
Thank You for the answer. I'm new in android so can you explain to me with an example and some code? Thanks On 24 Dic, 14:15, Agus agus.sant...@gmail.com wrote: use transactions, it will be much faster On Fri, Dec 24, 2010 at 5:39 AM, giuseppe giuma...@gmail.com wrote: I'have

[android-developers] Re: Installing ADT plugin for eclipse (Debian squeeze)

2010-08-09 Thread Giuseppe Iuculano
Preferences. I hope your helps thx. I got the same issue, did you find a solution? Cheers, Giuseppe. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from

[android-developers] Airplane mode scheduling of PendingIntent(s) problems (Froyo Android OS 2.2).

2010-08-05 Thread Giuseppe Palmeri
Hello, does anyone know if on Android 2.2 if placed in Airplane mode does not start scheduled Intent(s) with AlarmManager through PendingIntent(s)? More simply: An alarm will sound if when play is in airplane mode? I hope that I explained. Thanks you!Giuseppe. -- You received

[android-developers] webview - open html page with a specific select value selected

2010-04-05 Thread giuseppe
I use webview app to open a web page (url). This web page has a form with a select element to choose. I would like to tell to select a specific value without click the element. Is that possible? If not how I could ? Thanks -- You received this message because you are subscribed to the Google

[android-developers] Re: How to create a simple list of names, with personal image for each row

2009-05-29 Thread Morelli Giuseppe
Thank you Vincent, I've read the link you sent, and it was opening my mind. Now I've solved the problem inheriting from BaseAdapter. There are also some methods to ovverride, and the most important is getView for callback. Then I created a simple class that inherit from LynearLayout, to define

[android-developers] How to create a simple list of names, with personal image for each row

2009-05-21 Thread Morelli Giuseppe
Hi guys, I'm trying to create a simple list for my app extending the ListActivity Class. All names the names I want to display are stored in an ArrayList, and I use ArrayAdapter to link each element of the array with a row in the list view. This is the code to instatiate the ArrayAdapter: