+fernanda sanchez no pero ya lo avía visto antes los mismos iconos el mismo wallpaper eso no se hace se original no necesitas valerte de los demás para ser bueno solo es una critica constructiva amigo
vc altera isso nas configurações do nova na parte de "gestos e botões" e vc altera em presionar botao home e ai vc define a acao ao pressionar o botao home
E ai Galera do baixakiAndroid Gostaria de saber se vcs tem vídeo de cmo
usar o smart launcher , se não tiverem pq não fizeram ainda ??? Desde já
agradeço obrigado
Estou usando o prime, realmente muito bom, faltam alguns poucos ajustes.
Por exemplo, no drawer não é possível reorganizar os ícones dentro de uma
aba, eles só ficam em ordem alfabética.
Também não é possível ocultar alguns widgets no drawer.
Mas no geral muito bom, ele permite usar o homescreen no modo paisagem (o
launcher do Xperia não permite) ; com o botão do drawer coloquei o original
do Xperia; e esse ajuste de espaçamento entre os ícones é bem útil, deixa a
tela menos poluída. De modo geral vale a pena, bem personalizável, estável
e rápida.
E quanto ao vídeo é bom pra aprender a fuçar na launcher, mas quando saiu
já tinha fuçado até aprender hehehe
(vale a pena usar com o Setting Extended e AccuWeather ;) )
When will this be available as a public, or just regular Google Play Beta?
I would love to test it, but don't want to sign up for that different beta
test they have going on.
Sorry I forgot to mention it's only compatible with 5.0 as of right now
SERIES P8; How to Create your own Android Launcher / Home Screen Application tutorial
How to create your own android launcher! This series is going to show you how to program your own Android launcher / home screen application from scratch.
(Sorry for the very long comment but it contains logcat info) okay so
having an issue where after i long click and it snaps to the homeView, i go
to touch the app and it crashes, ive commented out lines and added them
back one at a time in the appTouchListener and the line it crashes at is:
v.setLayoutParams(lp);
this is the set of errors in the log cat
32.059: E/AndroidRuntime(28520): FATAL EXCEPTION: main
06-20 16:30:32.059: E/AndroidRuntime(28520): java.lang.ClassCastException:
android.app.ActionBar$LayoutParams cannot be cast to
android.widget.RelativeLayout$LayoutParams
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.widget.RelativeLayout$DependencyGraph.findRoots(RelativeLayout.java:1455)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.widget.RelativeLayout$DependencyGraph.getSortedViews(RelativeLayout.java:1402)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.widget.RelativeLayout.sortChildren(RelativeLayout.java:336)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.widget.RelativeLayout.onMeasure(RelativeLayout.java:357)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.view.View.measure(View.java:15303)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:4816)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.widget.FrameLayout.onMeasure(FrameLayout.java:310)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.view.View.measure(View.java:15303)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:4816)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.widget.LinearLayout.measureChildBeforeLayout(LinearLayout.java:1413)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.widget.LinearLayout.measureVertical(LinearLayout.java:704)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.widget.LinearLayout.onMeasure(LinearLayout.java:597)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.view.View.measure(View.java:15303)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.view.ViewGroup.measureChildWithMargins(ViewGroup.java:4816)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.widget.FrameLayout.onMeasure(FrameLayout.java:310)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
com.android.internal.policy.impl.PhoneWindow$DecorView.onMeasure(PhoneWindow.java:2419)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.view.View.measure(View.java:15303)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.view.ViewRootImpl.performMeasure(ViewRootImpl.java:1873)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.view.ViewRootImpl.measureHierarchy(ViewRootImpl.java:1116)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1297)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.view.ViewRootImpl.doTraversal(ViewRootImpl.java:1014)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.view.ViewRootImpl$TraversalRunnable.run(ViewRootImpl.java:4271)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.view.Choreographer$CallbackRecord.run(Choreographer.java:725)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.view.Choreographer.doCallbacks(Choreographer.java:555)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.view.Choreographer.doFrame(Choreographer.java:525)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:711)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.os.Handler.handleCallback(Handler.java:615)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.os.Handler.dispatchMessage(Handler.java:92)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.os.Looper.loop(Looper.java:137)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
android.app.ActivityThread.main(ActivityThread.java:4911)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
java.lang.reflect.Method.invokeNative(Native Method)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
java.lang.reflect.Method.invoke(Method.java:511)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:790)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
com.android.internal.os.ZygoteInit.main(ZygoteInit.java:557)
06-20 16:30:32.059: E/AndroidRuntime(28520): at
dalvik.system.NativeStart.main(Native Method)
okay thank you cause there are like a million different layoutparams, i should probable go back and look at the other imports now :p anyway thanks for the fast replys, whenever i get my launcher actually made (the real thing not this template you are giving us) you will be the first to get a link :p
Check out my latest part on how to create your own Android Launcher. If you
have not began my series you can see part 1 here SERIES P1; How to Create
your own Android Launcher / Home Screen Application tutorial
Enjoy!
poxa brother.. ultimante eu uso o flat2 eo material cards.. eu vou trocando direto ae vou me esquecendo dos q eu usei... vou ver se acho esses.. ae te mando...
vlw brother... sobre o root... p nao zuar seu aparelho tem q ser no PC... tem q desbloquear o bootloader... vai em uma lan house e faz... nao vai se arrepender
Lightning Launcher LLX Demo - My Personal Home Screen Set Up - Android App
Lightning Launcher LLX Demo - My Personal Home Screen Set Up - Android App Lightning Launcher (aka Lightning Launcher Extreme or LLX) is by fare the ...
+mikldude Yeah, you could do that - LL is probably the most customizable launcher there is. Of course, with that comes a lot of complexity in doing those things, but it's possible.
+mikldude Yeah, you could do that - LL is probably the most customizable launcher there is. Of course, with that comes a lot of complexity in doing those things, but it's possible.
+hollywoodfrodo nice effort mate, and thanks for posting, Android phones are a lot of fun to customize, if you wanted too could you add more home screens and put your own wall papers up on lightning launcher ?? having an evil thought , maybe you could have some photos on the panels that come in from the sides ???
Impressive set up!!! I have the same launcher, but you wow! is true takes
time to learn this launcher and is better the nova launcher... again nice
video thanks.
Hola que tal, actualmente no estoy como progrmador de estos lenguajes pero
si me estuve moviendo en varias entrevistas para eso, al final decidi
inteligencia de negocio. Definitivamente hay mucho trabajo de estos
lenguajes, sobretodo de java es donde mas he visto, pero esta mas competido
porque hay mucha gente q lo maneja, ahora no es para java standard, tienes
que saber spring y JEE, si eres muy bueno puedes ganar excelentes salarios
despeus de 2 años de experiencia, estoy hablando de hasta 30k
si lo que te interesa es el dinero, en mi opinion escoje lo que mas te
guste, pero tienes que especializarte en algo, si te especialisas y eres
muy bueno en algo, podras obtener buenos puestos y ganar mucho $, lo peor
que peudes hacer es aprender de todo pero no ser un guru en ninguno de los
lenguajes que manejes, no estoy seguro pero las mejores oportunidades las
he visto en C# y java EE, tambien he visto salarios muy altos en desarrollo
de aplicaciones moviles, IOS, ANDROID y Blackberry
Hola #xymind muy buen tutorial, que pena es que soy nueva en el desarrollo
de app para android. Ya tengo mi app android pero con un diseño muy básico
y me gustaría saber si para colocar los iconos del resto de la app es igual
que como lo hiciste para el Launcher?
En la versión mas reciente de eclipse, cuando creas un proyecto android
después de especificar nombre y esas cosas, te aparece directamente la
ventana para configurar tu icono launcher....
Chicos quiero desarrollar una aplicacion para mi canal pero no se de que,
de que crees que deba hacerla? no puede ser de noticias geeks porque no
tengo dominio en internet.
Recomiendo para este tutorial usar el programa Fireworks que es parte de la
paqueteria de Adobe, este maneja sus imagenes en png y se puede vectorizar
las imagenes!
Excelentes tus tutoriales me han ayudado demasado me sorprende q no seas
programador ¿? pero gracias realice mi proyecto de la u gracias a tus
tutoriales