Acnezine PA Hire London Bali Real Estate

Add contacts from Facebook to meet dates at Google Contacts (GMail)

June 06

Agregar contactos de Facebook con fechas de cumple a Google Contacts (GMail)

Good.

Having a cell Andora, all the contacts I have in the cellulose are Google Contacts. The issue is that these contacts had only Mail and Telephone nothing more. I wanted whenever possible agregarles birthdays, websites, more emails, twitter accounts, messenger, etc.. And in that place people put all that information? The answer is simple Facebook!

Then I decided to do? Import contacts from Facebook to Google Contacts.

For this, I found an excellent extension for Chrome.

The first thing you do is enter the following link and go down. It is important to note that it is open source, so one can see that this exntesion not hang out with your personal data.

After installing the extension, insert a new button on facebook:

At cliquearla see a new window that will give OK and then we import all our Facebook friends. It is vital not to use or close the window where we click on the original Facebook "Export Friends" as it is used by the application.

After the operation, it will allow us to add them to GMail or export as CSV. In my case, exported to GMail.

After this, go to Google Contacts and see to the right a button that says "Find Duplicates". This mergeara those contacts that are similar (in my case mergeo lso 200 of 400 contacts on Facebook that I had)

After this, the contacts will remain a matter of selecting 2 Mergearlos hand contacts and checking the option "Merge contacts".

After these have all contacts in Google with all the data and if we have Android, hence also in the cellular :)

Read More

Using Fragments in Android: Newest which comes from Honeycomb

June 02

Usando Fragments en Android: Lo nuevo que se viene desde HoneyComb

Since the new versions of the Android SDK is favored and will continue to favor Fragments from the new version of the SDK where mergearan 3.0 (Tablets) and 2.3 (cell). The purpose of using Fragment is just make it easier to develop apps that work well in tablets and phones.

Let's see some that are?
Fragments are pieces of an Activity. A Fragment outside an Activity not exist. They are similar to the panels and just by having a code and a certain view will be highly reusable. Will I be able to have a Fragment used in several places where we get the data in each of Intent and the show.

Because I help you use mobile phones vs tablets?
Because I let you Fragments for example if it is a tablet display an Activity with 2 fragments (eg a list of certain data and next to the detail of the data selected) and if a cell phone show 2 Activities each with different his own Fragment (A screen is the list, click on a play and opens in another screen detail).
How would this be? Let's see a little image found below:

This allows us to reuse code without almost touching various panels to make beautiful and usable app for both phones to tablets.

Great, I flake the idea! Now .... how do I use?
Good for use must Fragment simply inherit from and after its LifeCycle understand a little that is similar to that of an Activity.
First is called OnAttach generally will not use it.
OnCreate is then called the Fragment.
Then the OnCreateView of Fragment. This method is quite important here will be defined as what the layout will use the Fragment! In this method a View object is returned. Can be used as in the case of menus "inflaters" not create them from code.
OnActivityCreated be called by passing as parameter the Activity and will be called after calling the OnCreate of the Activity. Generally much of the processing is done in this method.
OnResume OnPause and are used to store and retrieve state of the Fragment in case the app is no longer in the Foreground and being used.

Then from the layout of the Activity that will have a Fragment be used:

 android:name="com.example.news.ArticleListFragment" <fragment android:id="@+id/list" android:layout_weight="1" android:layout_width="0dp" android:layout_height="match_parent" /> 

Following the example we talked before, suppose that the first list I see the detail of the Motorola Atrix 4G and then the iPhone. I want to play Back in the detail being the iPhone to show me the details of Motorola, want not I go to the previous activity. As we do this?
What we have to do is just add the different fragments to the Activity Stack of the task that we are running. This is done by performing the change of Fragment using a FragmentTransaction.
An example is the following

  Fragment newFragment = new ExampleFragment ();
 FragmentTransaction getFragmentManager transaction = (). BeginTransaction ();
 transaction.replace (R.id.fragment_container, newFragment);
 / / The following line added to BackStack LO.  It is especially important
 transaction.addToBackStack (null);
 transaction.Commit (); 

This was a mini review of Fragment that is what is being too hard on new versions of Android.
As Lionel says Level X: I hope you liked it .......... CHAU

EDIT: After some research I found that actually if you can use earlier versions Honey to integrate it with previous phones.
We got the Android Compatibility Package and then just add to our Manifest for the use_library Fragments API.

Read More

GoogleCL: Using Google services from the command line

June 02

GoogleCL: Usando los servicios de Google desde la command line

I have not wrote anything because I was too busy with facu truth and work.

Today I come to tell you about GoogleCL a tool for command-line Linux and Mac
There for a while now, but the truth had never found much use but today if : P

Allows you to use all google services from the command line.

For example we know that we have on our calendar today? google calendar today
We add a new task in the calendar? google calendar add "Partial Artificial Intelligence at 7 pm next wednesday." And only recognizes the day and date!
want to upload a new doc to GDocs? google docs upload PATH / TO / FILE
Want to upload photos to picassa? picasa post-title "My Cat Photos" photos / cats / * "

Specifically works with the following services:
'Picasa', 'blogger', 'youtube', 'docs', 'contacts', 'calendar', 'finance'

And giving google help [service] helps us strip about the service and the things that we can ask. For example google calendar help.

To install just do:
sudo apt-get install GoogleCL

As an extra tip, using GoogleCL Unity is a launcher for you that you drag a file and uploads only GDoc and from there we can also create documents.

To download must run the following:

  sudo apt-get install zenity
 cd Downloads /
 wget http://webupd8.googlecode.com/files/gdocs-unity.tar.gz
 tar-xvf-unity.tar.gz GDocs
 gdocs-unity/gdocs.desktop mv ~ / .local / share / applications
 gdocs-unity/docs-128.png mv ~ /. icons /
 chmod + x ~ / Downloads / GDocs-unity / docsHelper
 sed-i "s / Exec = \ / path \ / to \ / docsHelper / Exec \ = \ / home \ / $ USER \ / Downloads \ / GDocs-unity \ / docsHelper /" ~ / .local / share / applications / gdocs.desktop
 rm-unity.tar.gz GDocs 

Before you can use it must provide access to GDocs. For this, from the console will give google docs upload and there is going to request access to our google account the first time!

Hope this helps!

Read More

Use DropBox useful: Installing programs on Android phones

May 10

Uso util de DropBox: Instalar programas en celulares Android

A recent utility that I was giving my DropBox is to facilitate the install program on Android.
One to install a program can use Android Market or not. Failure to use the market, you should download the program from the PC, connect the PC to the phone via cable, move the installer and then install it from the phone.
This process of truth it was very tedious because I had to connect the PC to the phone just for this.
Then it occurred to me creating a Dropbox folder that Android and put all APKs there. This folder is synchronized alone with my cel, where just under the APK and I install a.
This I am telling you today is not Rocket Science, obviously, but perhaps one that had not been realized will serve :)

Slds!

Read More

Problems with Eclipse Android slow and get the Sources

April 28

Problemas de Eclipse lento con Android y obtener los Sources

Good!

I recently started programming with Android. The truth that looks very interesting. I recommend reading "Android In Action" if interested.

As soon as I started I ran into 2 problems:

  • Eclipse auto-complete when we want something locks up and goes very slow
  • We do not have the source code to know exactly what Android is doing to fix problems quieter

After a long search on the internet I found the answer to both problems which coincidentally is the same.

Lowering the android source code and put it to you to take the Eclipse, the latter stops crashing.

Android is hosted on a server git. This server supports say that we want to download the repository in tar.gz format (zipped). To do this we hit the following url:

http://android.git.kernel.org/?p=platform/frameworks/base.git a = snapshot; h = <version of API>; sf = tgz

Version of the API must be one of the following or any more again:

  • gingerbread - Android 2.3
  • froyo - Android 2.2
  • eclair - Android 2.1
  • donut - Android 1.6

An example URL would then:

http://android.git.kernel.org/?p=platform/frameworks/base.git a = snapshot; h = froyo; sf = tgz

Once downloaded the archive containing the source code, we have to do is unzip and copy all the contents to:

<android-SDK> \ platforms \ android-<API version> \ sources

We begin now with some draft eclpse Android using the version for which we lowered Sources and we will have solved all problems. You can download the sources for all versions of Android that we have in the PC.

Read More

GMail Labs "Send in background"

April 28

GMail Labs: “Send in background”

Good!

I decided to put together this blog for being a fan of technology and to have a place to express myself besides this. But enough chatter and let's start with the Post.

GMail now added a new feature in Labs called "Send in background". As its name implies, it is permitted to continue reading and visiting other GMail mails is sent as "background" the mail.

This is very useful when sending a mail with an Attachment very large. For a meaningless regular mail.

Another option we had before was open the Compose mail in a new window and send the mail from this, while we continue to operate normally with GMail in the other window.

To add this feature to our GMail must go to Labs and there find the option "Background Send" and select it.

As I said Lionel Campoy Level X:

And if you liked today's post, the next you'll love!

Read More