Skip to main content

Posts

Showing posts from June, 2017

Integrando uCrop con mi proyecto Firebase

Este video es para integrar la libreria uCrop para delimitar imagenes en nuestro proyecto de android, ya habia puesto un tutorial sobre esta libreria en mi canal de youtube, puedes verlo si te interesa y quieres saber mas, y estas interesado en las explicaciones, aqui solo explico como lo he integrado en la Actividad de gestion de usuarios. El código fuente lo puedes descargar en: Source code: http://adf.ly/1m2CTD Tutorial sobre crop(delimitar) imagenes en : https://youtu.be/glwM0cAUV4A Mis redes sociales: blog melardev.x10host.com  twitter http://twitter.com/melardev  blogger https://melardev.blogspot.com  Instagram https://www.instagram.com/melar_dev/  Google+ https://plus.google.com/u/0/110174297675710954678

Integrating uCrop with my Firebase project

This is a video for a small update in the code of my firebase project, I have added the uCrop Library to crop images in Android, not only to save space in the storage for the files that you upload but also, as a practice example for my already made tutorial about cropping images in android which you can find on my youtube channel, as well as to make some announcements about the near future. Source code:http://adf.ly/1m2CTD Do not forget to like this video, share and subscribe to my channel!! blog melardev.x10host.com  twitter http://twitter.com/melardev  blogger https://melardev.blogspot.com  Instagram https://www.instagram.com/melar_dev/  Google+ https://plus.google.com/u/0/110174297675710954678

How to use Bound Services in Android part 2

This tutorial is about bound services in Android, we are going to talk about what is, what you may want to use them, the difference between a bound a non-Bound service, how to implement a Bound Service with code. this video is part of the playlist about running in the background in Android which you can find here: https://www.youtube.com/playlist?list=PLfkTJXI2Tk-e46tCfbtqz_rOEkLg0Ih0g The first part of this video is here: https://youtu.be/kdUKj3rF66Q The blog post with the code is at http://bitigee.com/wKb You can leave me any question, suggestion, feedback or whatever in the comments section. Do not forget to like this video, share and subscribe to my channel!! blog melardev.x10host.com  twitter http://twitter.com/melardev  blogger https://melardev.blogspot.com  Instagram https://www.instagram.com/melar_dev/  Google+ https://plus.google.com/u/0/110174297675710954678

How to use Bound Services in Android part 1

This tutorial is about bound services in Android, we are going to talk about what is, what you may want to use them, the difference between a bound a non-Bound service, how to implement a Bound Service with code. this video is part of the playlist about running in the background in Android which you can find here: https://www.youtube.com/playlist?list=PLfkTJXI2Tk-e46tCfbtqz_rOEkLg0Ih0g The second part of this video is here: https://youtu.be/5_IdQtUwniA The blog post with the code is at http://bitigee.com/wKb You can leave me any question, suggestion, feedback or whatever in the comments section. Do not forget to like this video, share and subscribe to my channel!! blog melardev.x10host.com  twitter http://twitter.com/melardev  blogger https://melardev.blogspot.com  Instagram https://www.instagram.com/melar_dev/  Google+ https://plus.google.com/u/0/110174297675710954678

Foreground Service in Android

This tutorial is about foreground services, I introduce the video with what is a foreground service, why do we need to use it, what it does and what is the difference with a non-foreground service, then we see the methods used to make a service to be a foreground service, it is all explained, with source code available to download. remember that this video is part of my playlist "Android: Running in the background" wich focuses on different approaches to make asynchronous operations, and how to use Services, BroadcastReceivers, IntentService and other interesting stuff, do not forget to check out that playlist! playlist: https://www.youtube.com/playlist?list=PLfkTJXI2Tk-e46tCfbtqz_rOEkLg0Ih0g You can leave me any question, suggestion, feedback or whatever :) Blogpost + source code : http://bitigee.com/uPI Do not forget to like this video, share and subscribe to my channel!! blog melardev.x10host.com  twitter http://twitter.com/melardev  blogger https://melardev.b

Delimitar imagenes en Android (Crop imagenes)

En este tutorial veremos como delimitar imagenes en android utilizando dos librerias, la primera de ellas es uCrop y la segunda es Cropper. Es realmente sencillo implementar el codigo y utilizarlas tal como pueden ver en el video el video donde explico el tema de los Assets está aqui: https://youtu.be/9vNoWsNuHJk recuerda que aquel video forma parte de mi lista de reporduccion de almacenamiento en android Asegurate de visitar las páginas de github de las librerias utilizadas asi como el video de Assets para obtener más información. Podeis dejarme preguntas, sugerencias y comentarios, no olvideis darle al like y suscribiros y seguirme en msi redes sociales ! Blog Post + Código Fuente : http://babblecase.com/2DGl Mis redes Sociales:   blog melardev.x10host.com   twitter http://twitter.com/melardev   blogger https://melardev.blogspot.com   instagram https://www.instagram.com/melar_dev/   Google+ https://plus.google.com/u/0/110174297675710954678

How to crop images in Android

this tutorial shows how you can use two libraries to crop images in Android, the first library is uCrop and the second one is cropper-android, I have chosen these two libraries between multiple other choices because these two seem very robust, they are actively maintained and they have been there for a while now 😀 Both are really simple to use and getting them up and running, make sure to check the GitHub links to learn more about them This is the video where I explain the assets https://youtu.be/A0HufeFDsFA it is part of the Android storage playlist that you can find on my youtube channel Source code: http://babblecase.com/2DHU Do not forget to like this video, share and subscribe to my channel!! blog melardev.x10host.com  twitter http://twitter.com/melardev  blogger https://melardev.blogspot.com  Instagram https://www.instagram.com/melar_dev/  Google+ https://plus.google.com/u/0/110174297675710954678

como usar ImageView circulares en android

En este tutorial veremos como usar ImageView circulares en android utilizando dos librerias, la primera de ellas es https://github.com/hdodenhof/CircleImageView Y la segunda es : https://github.com/vinc3m1/RoundedImageView la primera es mas sencilla,la segunda es mas compleja pero tambien menos documentada, se puede configurar perfectamente también con código Java, asegurate de visitar las páginas correspondientes para obtener más información. Podeis dejarme preguntas, sugerencias y comentarios, no olvideis darle al like y suscribiros y seguirme en msi redes sociales ! Blog Post + Código Fuente : http://babblecase.com/2DGl Mis redes Sociales:   blog melardev.x10host.com   twitter http://twitter.com/melardev   blogger https://melardev.blogspot.com   instagram https://www.instagram.com/melar_dev/   Google+ https://plus.google.com/u/0/110174297675710954678

How to use Circular ImageView in android(Circular & Rounded ImageViews)

this tutorial shows how you can use circular imageview using two libraries, the first one is:  https://github.com/hdodenhof/CircleImageView and the second one is: https://github.com/vinc3m1/RoundedImageView the first library is really simple, the second one can be more complex if you want advanced features, and it can be customized with Java code as well, but it is not documented .... make sure to check the github links to learn more about them Source code : http://babblecase.com/2DHU Do not forget to like this video, share and suscribe to my channel!! blog melardev.x10host.com  twitter http://twitter.com/melardev  blogger https://melardev.blogspot.com  instagram https://www.instagram.com/melar_dev/  Google+ https://plus.google.com/u/0/110174297675710954678

How to get one FREE IT book per day

How to get a packtpub ebook for free per day, it is just an announce that I am making because I am sure that there are a lot of people that woudl be interested but they do not know, so this is why I made this video, so you can now about packtpub and their free ebook per day forever!!! This is not an advertisment,I am not getting paid for this, it is just so you know about this, which I am sure you are interested in! the books are stored in the cloud so you don't have even to get them into your hard drive, you just let them in the cloud and when you want to read one of your books you can download them as pdf or epub or mobi or you can read them online with their book platform(Mapt) Do not forget to like this video, share and suscribe to my channel!! blog melardev.x10host.com  twitter http://twitter.com/melardev  blogger https://melardev.blogspot.com  instagram https://www.instagram.com/melar_dev/  Google+ https://plus.google.com/u/0/110174297675710954678

Quieres un libro gratis por día? [Tecnología y programación]

Sabías que podías obtener un libro gratis por día con PacktPub? Los lirbos están en inglés eso sí.Si no sabes quien es PacktPub , es un editorial de libros de tecnología,libros de altísima calidad, para mí, es la mejor, incluso por encima del clásico O'Reilly, además lo bueno es que hacen ofertas constantes y cupones de rebaja, ahora resulta que no se quedan ahi y ofrecen un libro gratis por día, sin trucos, ni tarjetas de crédito ni nada, tan fácil como registrarse, iniciar sesión, y cada día pedir tu libro. el link de ellos es https://www.packtpub.com/packt/offers/free-learning AVISO: a mi no me pagan nada, no es una publicidad que me han pedido que les haga, esto lo hago para que sepas que hay esta magnifica fuente de información gratuita, que seguro más de uno lo aprovechará, espero que seas uno de ellos. Y esta bien promover todo lo relacionado con el código abierto, libros gratis, y este tipo de iniciativas. Mis redes Sociales:   blog melardev.x10host.com   twitt

Almacenamiento externo e interno en android parte 1

Este video sirve para explicar en detalle almacenamiento externo e interno, el video lo dividi en 2 partes, ha sido la misma grabacion dividida con mi editor de videos, ya son videos largos, en el futuro haré videos mas cortos cubriendo solo un tema, aqui hay muchas cosas explicadas : Almacenamiento interno y externo, diferencias, comprobar estado de almacenamiento, porqué debemos comprobar estado de almacenamiento externo (tarjeta SD), tema de permisos(lo puse al final, ya que se me olvido explicarlo en su momento), donde apuntan cada tipo de almacenamiento, crear y leer archivos temporales, y qué archivos que hemos creado se borrarán cuando desinstalemos nuestra app, y una reflexión de porqué debes usar un tipo de almacenamiento u otro. Y luego finalmente exploraremos con adb (android debugger bridge) el filesystem y ver donde extactamente se encuentran los archivos que hemos creado, vamos de lo más completo y a fondo !! Recuerda que este video forma parte de una lista de reprod

Almacenamiento externo e interno en android parte 2

Este video sirve para explicar en detalle almacenamiento externo e interno, el video lo dividi en 2 partes, ha sido la misma grabacion dividida con mi editor de videos, ya son videos largos, en el futuro haré videos mas cortos cubriendo solo un tema, aqui hay muchas cosas explicadas : Almacenamiento interno y externo, diferencias, comprobar estado de almacenamiento, porqué debemos comprobar estado de almacenamiento externo (tarjeta SD), tema de permisos(lo puse al final, ya que se me olvido explicarlo en su momento), donde apuntan cada tipo de almacenamiento, crear y leer archivos temporales, y qué archivos que hemos creado se borrarán cuando desinstalemos nuestra app, y una reflexión de porqué debes usar un tipo de almacenamiento u otro. Y luego finalmente exploraremos con adb (android debugger bridge) el filesystem y ver donde extactamente se encuentran los archivos que hemos creado, vamos de lo más completo y a fondo !! Recuerda que este video forma parte de una lista de reprod

Como usar SharedPreferences en android

En este video veremos como usar sharedpreferences en android para poder guardar datos de manera sencilla, eficaz y másrapida que guardandolo en la base de datos sqlite. Veremos como leer y como guardar datos en el sharedpreferences, como usar diferentes metodos en funcion del tipo de dato que se va a leer o escribir , ya sea String, double, o int, etc. Podeis dejarme preguntas, sugerencias y comentarios, no olvideis darle al like y suscribiros y seguirme en msi redes sociales ! Blog Post + Código Fuente : http://babblecase.com/2DGl Mis redes Sociales:   blog melardev.x10host.com   twitter http://twitter.com/melardev   blogger https://melardev.blogspot.com   instagram https://www.instagram.com/melar_dev/   Google+ https://plus.google.com/u/0/110174297675710954678

Leer de Assets, Raw e XML (Directorios especiales)

Este video es para aprender a leer los archivos que se encuentran en carpetas especiales de nuestra aplicación de android apk, tenemos la famosa carpeta de assets, luego también está la carpeta raw que sirve para poner archivos binarios tipo efectos musicales, ejecutables, etc, y luego la carpeta xml, la cual no es muy recomendable guardar ahi nuestros archivos ya que en esa carpeta solemos guardar cosas relacionadas con la app en sí como los xml de nuestros widgets o de nuestras interfaces gráficas de preferencias. Podeis dejarme preguntas, sugerencias y comentarios, no olvideis darle al like y suscribiros y seguirme en msi redes sociales ! Blog Post + Código Fuente : http://babblecase.com/2DGl Mis redes Sociales:   blog melardev.x10host.com   twitter http://twitter.com/melardev   blogger https://melardev.blogspot.com   instagram https://www.instagram.com/melar_dev/   Google+ https://plus.google.com/u/0/110174297675710954678

Como leer y escribir Json en Android

En este tutorial se verá como manejar json en android, utilizando la API que ya viene con android que nos permitirá usar las clases JSONObject y JSONArray, y luego además veremos como serializar y deserializar objetos usando la librería Gson, que nos permite de manera extremadamente sencilla guardar objetos en archivos Podeis dejarme preguntas, sugerencias y comentarios, no olvideis darle al like y suscribiros y seguirme en msi redes sociales ! Blog Post + Código Fuente : http://babblecase.com/2DGl Mis redes Sociales:   blog melardev.x10host.com   twitter http://twitter.com/melardev   blogger https://melardev.blogspot.com   instagram https://www.instagram.com/melar_dev/   Google+ https://plus.google.com/u/0/110174297675710954678