Re: [android-developers] List of Available consultants for new projects..

2016-03-19 Thread luiX_
Great! Do I get your commission? Cheers! ;) El jue., 17 mar. 2016 13:46, sam isolvers escribió: > Hello Partner, > > Please find below of my consultants available for new projects. > > Please share the requirements to s...@isolvers.com if you come up across > any matched positions. > > I Look

Re: [android-developers] App failing on Samsung Galaxy 5 and 6

2015-12-03 Thread luiX_
I've experienced weird failures related to permissions on devices running Android 6.x but, in my case, was installing the apk directly. El jue., 3 dic. 2015 13:27, Daniel Tromp escribió: > Hi Guys, > > I have a hybrid app on the play store currently (The Stylista) which runs > perfectly across d

Re: [android-developers] Is this list dying?

2015-10-26 Thread luiX_
It seems normal: people using stack overflow usually (not so often) search of an answer before asking, it wan't the common way of doing things. I dropped my atention from this forum because I used to see the same questions over and over again. On Mon, Oct 26, 2015 at 5:54 PM jtoolsdev wrote:

Re: [android-developers]

2015-10-01 Thread luiX_
This has gone through the spam/phising filters... maybe they need an update. On Wed, Sep 30, 2015 at 9:53 PM mike digioia wrote: > dont know why you send me this > > On Wed, Sep 30, 2015 at 10:33 AM, Gaurav Sharma > wrote: > >> *Hello,* >> >> *I uploaded this important files for you, please vie

Re: [android-developers] Need Andriod Developer 2-4 years of Experience

2015-06-12 Thread luiX_
Been there (not with this people, but with others). Since the second time, I include a "must run?" online check against my own server which I remove once I've got the payment. Cheers! El vie., 12 de junio de 2015 10:28, Liem Vt escribió: > That is the bad guys. I have completed some project fo

Re: [android-developers] Re: internet permissions in Android M app

2015-06-09 Thread luiX_
I think that depends if the play app asks for permissions when installing or only when a permission is needed (at the moment, when the app is running). If it works the second way, it wouldn't matter. El mar., 9 de junio de 2015 9:59, just a dev escribió: > "automatically added" as-in the APK's

Re: [android-developers] Re: What is wow factor about android studio in compare to Eclipse.

2013-05-16 Thread luiX_
Well... I've played with it just a little bit, but seems quite stable to me. Some rendering problems on gnome2 with two monitors, but not big deal :) 2013/5/17 b0b > The wow factor is that it is a v0.1 IDE and that people install it as if > it was the second coming, expecting it to be a stable

Re: [android-developers] What is wow factor about android studio in compare to Eclipse.

2013-05-16 Thread luiX_
I don't get the point in changing the IDE but.. funny fact: I can't imagine how much time eclipse and intellij's devs must have spent to avoid having any common key shortcut. xDD 2013/5/16 Justin Anderson > Just feels like like a Visual Studio Solution to me. It lets you organized >> related p

[android-developers] Re: Problem when scrolling on a dynamic GridLayout of CheckedTextView

2011-08-30 Thread luiX_
The problem was that every item was assigned the same ID. I solved the problem by implementing a custom adapter extending SimpleCursorAdapter and setting the ID in the newView method. 2011/8/29 luiX_ > Hi, > > Starting from the beginning, I build a custom grid loaded from a table

[android-developers] Problem when scrolling on a dynamic GridLayout of CheckedTextView

2011-08-29 Thread luiX_
Hi, Starting from the beginning, I build a custom grid loaded from a table in the database. I did it using a GridLayout a CursorAdapter built from a SimpleCursorAdapter using a custom layout that only contains a CheckedTextView item. Here's the code that gets the GridLayout from the code and popul

Re: [android-developers] APK Size

2011-07-12 Thread luiX_
Another option would be uploading different APKs for each resolution supported (i.e: high, medium and low) and publish them with three different names (i.e: name H, name M, name L) and use the filters so each package only shows when browsing the market from the targeted device. It's a ton of confi

Re: [android-developers] Good phone for development - and getNeighboringCellInfo()

2011-06-10 Thread luiX_
For finding a bug, I run the app on the phone watching logcat, if that doesn't work, run on the phone using the debugger :) El 10/06/2011 13:43, "Fred Niggle" escribió: > To answer your question about using a phone for develoment, I use a > ZTE Racer - cheap but fully up to the job. > > However wh

Re: [android-developers] Re: noob Q :-/ regarding global variable - declared the application class but...

2011-06-09 Thread luiX_
Maybe you can find this useful: http://stackoverflow.com/questions/3505930/make-in-http-request-with-android In the AsyncTask, you can also implement a constructor so you can pass the context or whatever you need :) 20

[android-developers] Re: Problem with Dialog ID

2011-05-21 Thread luiX_
*activity*.dismissDialog(dialogIdCode); > } > }); > > Dialog dialog = builder.create(); > return dialog; > } Anyway, is there any better way on doing this? Thanks! 2011/5/21 luiX_ > Hi, > > I was trying to have a class for generating a Dialog that is quite common > in my app, the

[android-developers] Problem with Dialog ID

2011-05-21 Thread luiX_
Hi, I was trying to have a class for generating a Dialog that is quite common in my app, the idea is to call this method from different classes onCreateDialog method, so I wrote this piece of code: public class DialogGenerator extends Activity { public static final int DIALOG = 33; public Dialog

Re: [android-developers] Re: startActivityForResult

2011-05-20 Thread luiX_
Haven't read carefully all the responses but just a quick note: It's not a good idea to declare the request code as a local variable, I usually declare them as constants because you'll need it in the onActivityResult method :) 2011/5/20 Kostya Vasilyev > 20.05.2011 18:51, kypriakos пишет: > >

Re: [android-developers] ListView Divider not showing when color changed

2011-05-15 Thread luiX_
d/som_id" > > android:layout_width="fill_parent" > android:layout_height="wrap_content" > android:layout_below="@id/free_shopping_title" > android:layout_above="@id/free_shopping_total_price"> > > > > > > On Sun, May 15

[android-developers] ListView Divider not showing when color changed

2011-05-15 Thread luiX_
Hi, I have this layout for a ListView: and the divider shows fine at the bottom, but if I try to change the color of the divider like this: then the divider is never shown. Any idea? Also, I'd like to change the color of the "glowing" that shows up at the bottom/head of the List

Re: [android-developers] I require Code for bluetooth printer

2011-05-09 Thread luiX_
"I require code for" may be the worst way for asking something around here... xD El 09/05/2011 13:59, "Rocky" escribió: > Hi All, > > I want a help on creating an apps which support the bluetooth print > facility. > Please help me. > > > -- > Thanks & Regards > > Rocky > > -- > You received this m

Re: [android-developers] How to properly use Model classes in Android

2011-04-26 Thread luiX_
ity, or subclass directly from BaseAdapter. > > The main method you should be familiar with is getView() which ListView > uses to populate itself with visible items. > > > http://developer.android.com/reference/android/widget/Adapter.html#getView(int, > android.view.View, android.

[android-developers] How to properly use Model classes in Android

2011-04-26 Thread luiX_
Hi, When traying to do a good design for an Android app, I ussually face a problem when trying to get some balance between clarity and efficiency, maybe is a silly situation but for example, let's take a simple shopping list app: I can have a really readable model based on two classes: FoodItem a

Re: [android-developers] Re: System.exit

2011-04-26 Thread luiX_
Such an "stupid" thread because someone asked how to properly shutdown an application? God save us if someone asks about multithreading! x 2011/4/26 Indicator Veritatis > Actually, I think the post has had the desired effect, since Dianne > has updated her answer with one that more directly

Re: [android-developers] Re: Heap size - why so small?

2011-04-23 Thread luiX_
I think (as in "I'm not sure at all" xD) it's for saving memory, I mean: 48Mb sounds enough for almost everything and if it used more, will be draining battery I need to make it to the end of the day :P El 23/04/2011 12:13, "Ali Chousein" escribió: > 48MB is (or better should be) good enough memor

Re: [android-developers] Re: java

2011-04-23 Thread luiX_
Well, I think C# and Java are quite similar, maybe I would start by doing some examples in pure Java (J2SE) just to feel comfortable with the syntax and then try following some Android examples. You could also tru monodroid if you want to develop just one particular app :) Good luck! El 23/04/201

Re: [android-developers] pen source XMPP client for android

2011-04-17 Thread luiX_
Important point, I've working on this last week and could only solve the problems I was having by using the jar in the beem souce, they have fixed the one from aSmack that doesn't work at all... take that in mind ;) 2011/4/17 A.TNG > Maybe you can check this out. http://www.beem-project.com/. >

Re: [android-developers] Re: Ant and Android

2011-04-14 Thread luiX_
please, can you provide a link? thx :D 2011/4/14 Paul Turchenko > see sdk. They have all ant scripts implemented there. > > On Apr 12, 9:14 pm, Sam wrote: > > Hi, > > > > I'm setting up an automated build system using Ant, for our Android > > project. > > > > As a starting point, I've simply e

Re: [android-developers] tasks and activity

2011-04-14 Thread luiX_
How do you do "right" keeping a bunch of code for different functionalities in one single method? 2011/4/14 Marcin Orlowski > On 14 April 2011 11:56, luiX_ wrote: > >> I don't agree so much in the having only one onClickListener, you wouldn't >> like to

Re: [android-developers] Modify voice during call

2011-04-14 Thread luiX_
We're doing something similar, but with a whole dedicated architecture, putting an Asterisk in the middle and using SIP calls. El 14/04/2011 10:12, "Marcin Orlowski" escribió: > On 12 April 2011 02:16, Dylan wrote: > >> Is it possible to access and manipulate voice data during a live call? >> > >

Re: [android-developers] tasks and activity

2011-04-14 Thread luiX_
OMFG, "javong" = having. Another coffe please! xD El 14/04/2011 11:56, "luiX_" escribió: > I don't agree so much in the javong only one onClickListener, you wouldn't > like to get an Activity with many buttons and one onClickListener written by > another

Re: [android-developers] tasks and activity

2011-04-14 Thread luiX_
I don't agree so much in the javong only one onClickListener, you wouldn't like to get an Activity with many buttons and one onClickListener written by another developer I guess... El 14/04/2011 10:17, "Marcin Orlowski" escribió: >> >> is there any suggestions??? >> > > If you plan to have more cl

Re: [android-developers] Re: Android List View and database data

2011-04-13 Thread luiX_
Try googling for somethin like: "android list custom items" ;) El 13/04/2011 18:12, "Mohit Sharma" escribió: > Check the android API example,there is one activity which shows and > image and some data in list view.There r many tutorial on the internet > for displaying the data from database. > > O

Re: [android-developers] Advantage of services over multi threading ??

2011-04-11 Thread luiX_
Sorry, my bad :( 2011/4/11 Mark Murphy > On Mon, Apr 11, 2011 at 10:24 AM, luiX_ wrote: > > an extra thread as the thread depends on the main > > Activity and it "dies" when the Activity does :P > > Not really. > > If you fork a thread from an Activity, a

Re: [android-developers] Advantage of services over multi threading ??

2011-04-11 Thread luiX_
well... I'll say "very little" in common, but that's true: you cannot do the same with a service and an extra thread as the thread depends on the main Activity and it "dies" when the Activity does :P 2011/4/11 Mark Murphy > On Mon, Apr 11, 2011 at 5:54 AM, Tushar Baviskar > wrote: > > What is t

Re: [android-developers] EditText in Activity show keyboard immediatly

2011-04-11 Thread luiX_
Have you tried to manually set the initial focus to any other element in the activity? El 11/04/2011 10:59, "pedr0" escribió: > Hi at all, > > I have an activity with one EditText in layout, when Activity is > showed immediatly edittext is focused and keyboard is showed, how > avoid it? > > > > --

Re: [android-developers] Re: help: dont display Toast

2011-04-10 Thread luiX_
I didn't too. Any particular reason to use Asyntasks instead of threads? I don't if it has any benefit. El 09/04/2011 20:53, "ABSOLUT" escribió: > Yes, everything is ok. > > Anyway, I didnt know that I cant use long operations inside oncreate > method. I'm trying to use asyntask or thread to do th

Re: [android-developers] Re: help: dont display Toast

2011-04-09 Thread luiX_
You have your Toast message inside an if, are you sure that condition is satisfied? Also, if you uncomment the first toast, does it show? 2011/4/9 ABSOLUT > I dont understand what do you say Kostya > I've installed the app in the devices but the Toast doesnt shows. > The complete Oncreate is: >

[android-developers] Image manipulation at high level

2011-04-09 Thread luiX_
Hi, I'm looking for any lib that allows me to apply some effects to images from my android app. There are different effects I would like to apply, from color filtering (ok, that's easy) to a "polarized" effect (adding the frame around the image). I'll love to be able to use ImageMagick in Android

Re: [android-developers] Re: help: dont display Toast

2011-04-09 Thread luiX_
Hmm... that should work fine. Are you running that in a real device? I've had problems not seeing Toasts in the emulator... 2011/4/9 ABSOLUT > Hi again, > I can't understand nothing. > I'm trying to execute a simple toast when the activity create but > doenn't show anything: > > code: > > publi

Re: [android-developers] Re: Android in ARM926EJ CPU

2011-04-09 Thread luiX_
Just for apporting some search terms, I'll try to find something about "android cross-compiling for ARM architecture" or similar... El 09/04/2011 12:45, "lbendlin" escribió: > You may want to ask this question in a more appropriate group. > My uneducated guess is that you get the source code for t

Re: [android-developers] Re: info incorrect on http://developer.android.com WHICH COULD PREVENT ECLIPSE FROM RECOGNIZING YOUR DEVICE

2011-04-09 Thread luiX_
I was thinking the same hehe... xD El 09/04/2011 12:49, "lbendlin" escribió: > Ah, the juvenile excitement. Fond memories. Tell you what. Take your > keyboard, turn it keys down, and smash it on the table a few times. Maybe > the Caps Lock key becomes unstuck. > > -- > You received this message be

Re: [android-developers] Eclipse linux error

2011-04-08 Thread luiX_
You're welcomed, I'm glad it worked for you! :D 2011/4/8 Raghav Sood > Hi, > > Thanks luiX_ works perfectly now. > > Thanks > > > On Fri, Apr 8, 2011 at 9:50 PM, luiX_ wrote: > >> Yep, it worked for me :) >> >> >> 2011/4/8 Raghav So

Re: [android-developers] Eclipse linux error

2011-04-08 Thread luiX_
Yep, it worked for me :) 2011/4/8 Raghav Sood > Hi, > > Thanks luiX_ > > I am using Helios. So are you saying that I download the previous version > configur it and then Helios will work? > > Thanks > > > On Fri, Apr 8, 2011 at 9:29 PM, luiX_ wrote: > >

Re: [android-developers] Eclipse linux error

2011-04-08 Thread luiX_
I had a similar problem, what eclipse version are you using? I downloaded Helios, and then had to download the provious version (the recommended one) to finalize the configuration and then I can use Helios as usually... 2011/4/8 Raghav Sood > Hi, > > I know that this question is better suited to

[android-developers] ANR Problem with FLAG_NOT_TOUCHABLE

2011-04-08 Thread luiX_
Hi, i'm trying to make a workaround for the inCall problem I was having. Now, I'm trying to just set a low brightness and disable touch events, something like this: @Override public void onSensorChanged(SensorEvent event) { Log.w(LOG_TAG, "onSensorChanged: " + event.values[0]); if (event.

[android-developers] Setting screen on/off

2011-04-08 Thread luiX_
Hi, I'm trying to develop something similar to the proximity event of the dialer during a call, this is: when something is near the proxmity sensor turn off the screen and when there's not power it on again. I've had no problem making the sensor's events work, that was easy, but I'm having a lot

[android-developers] Re: RFCOMM API

2009-06-26 Thread luiX_
I'm also waiting for RFCOMM to be released. I'm thinking about implementing something over it for events to come up on the PC, quote tipical but yet useful. do you know if there's something similar over usb already done? any recommendation about a craddle for magic? greets! El 26 de jun de 2009