Apps are really getting into the "sharing" thingy. I am unsure why many developers hate to use the ACTION_SEND. Instead, they like to go into the hassle of integrating facebook into their app using the always-changing sdk facebook's offering.
I know many of you want to set the "picture" / "name" and other parameters of the facebook share, and, therefore, the normal ACTION_SEND is not adequate. If it were to me, I would force you all to use the ACTION_SEND.
Since it is not:
Android Sherification
Sherif elKhatib - Android amateur
How to make ListView super fast
This might be the most asked question. How a listview can be made faster/smoother is really all about optimizations of the code.
Harlem Shake Launcher Released
Just like the title says, your app icons can now do the harlem shake!
Available on Google Play :D "Harlem Shake Launcher"
Labels:
Android,
harlem shake,
launcher,
My Apps
How to get width/height of a View
As the idea of the Android evolved, Android has received wide attention and deployed on a very wide range of devices. Android UI had to move and make developers' life easier: AbsoluteLayout got deprecated. It is very logical because your app will be installed on very small devices and very large devices and all the devices in between.
Now, it is all WRAP_CONTENT, FILL_PARENT/MATCH_PARENT. Yet, a developer sometimes needs to know the dimensions of his view to do some extra tweaks to perfect his ui.
So, what is the best way to do so?
Now, it is all WRAP_CONTENT, FILL_PARENT/MATCH_PARENT. Yet, a developer sometimes needs to know the dimensions of his view to do some extra tweaks to perfect his ui.
So, what is the best way to do so?
Android: the sword of Damocles hanging over "Facebook's Graph Search"
The past years have definitely pushed Microsoft away, got Facebook on the big screens, and furthermore emphasized Google's dominance. Now it is more of Is it Facebook or Google?
Labels:
Facebook,
Google,
Social Media
Applying style to views dynamically in java code
In my answer to Applying style to views dynamically in java code on Jun 25 at 18:51, I thought setting a style to a view dynamically would be as simple as passing the style to the constructor of your view. A couple of minutes ago, I had a notification and a comment (Thank you for it) saying that this does not work. I had a freaking -1 ):
Application which always requires Login
In this tutorial is an attempt to disallow the user to resume an application without signing in again. Whatever happens that causes my app to go off-screen should force the user to sign in again. In this context, signing in is rather case-specific: Say, every time the app is hidden and then shown again, the app will go to one specific activity.
Subscribe to:
Posts (Atom)