Skip to main content

Posts

Showing posts from May, 2017

Como usar PDFRenderer en Android

En este video os hablaré de como usar PDFRenderer para enseñar paginas de pdf en nuestra aplicación, es muy sencillo, y facil de implementar el codigo, pero eso si esta simplicidad corre a cargo de que no haya muchas funcionalidades, enseñaremos las paginas como si fuesen imagenes en el ImageView. El PDFRenderer ha sido introducido en API lollipop por tanto es necesario un dispositivo minimo lollipop para que funcione el codigo Blog Post + Código Fuente : http://babblecase.com/2DGl No olvides darle al like, compartir el video y suscribirse a mi canal! 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 PdfRenderer in android

This tutorial is about how to use the PdfRenderer API in android introduced in Lollipop, we are going to read from a pdf file stored in the assets folder , and render its pages in the imageview. Very basic and simple , if you want something more complex you have to deal with more complex code and surely external libraries, which we are not doing in this tutorial. Source code : http://babblecase.com/2DHU Tutorial about external storage(getCacheDir) : https://youtu.be/CQ8sM2Giqng Tutorial about assets : https://youtu.be/A0HufeFDsFA 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 a SwipeRefreshLayout in Android

This tutorial is about how to use a SwipeRefreshLayout in Android, you will see how easy is to implement one of those in your code, with just a few lines of code should be ready to go We are using the compat library for backward compatibility so it can work in older devices as well ! you can leave me any sugestions, comments and questions in the comments section. Do not forget to suscribe,like and share the video ! Source code : http://babblecase.com/2DHU 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 SwipeRefreshLayout en android

En este tutorial veremos como usar un SwipeRefreshLayout en android, vereis lo facil que es implementar en vuestro codigo 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 xml en android

en este tutorial veremos como manejar archivos xml en android (leer y escribir) hay 3 APIs : SAX, DOM y XmlPullParser, las que os enseñaré seran DOM y XmlPullParser, esta última es la recomendada por Google Código fuente : http://babblecase.com/1XAK 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

Sqlite database in android (simples method : No SqliteOpenHelper class)

This is a tutorial about sqlite database in android , we are going to create and delete the database, create a table, insert rows, edit rows, and delete rows, this is the simplest method, because we do not have to deal with SqliteOpenHelper class. If you just want to use the sqlite data persistence features without having to subclass the SqliteOpenHelper class then you can just use this and you are done. I am thinking to create a new playlist covering databases and ContentProviders but without explaining the basics, so the videos may be shorter, because these tutorials are so long just because I am explaining concepts such as ContentValues, Cursor, etc, concepts that an intermidiate user may already know, let me know what do you think, should I recreate shorter videos without explaining the basics ?

Como aplicar efecto chroma key en After Effects

veremos como aplicar un chroma key en After effects, podrías utilizarlo en otros programas como en OBS studio , pero yo no os lo recomendaría porque el chroma key de After effects es mucho mas robusto, más completo y además reversible, así que es eso lo que veremos, como bonus, veremos como aplicar una máscara a una capa , y también veremos el parámetro Screen gain que lo explico al final. Es así como hago mis montajes para mis gameplays. Para cualquier duda, dejame un comentario y te responderé, no olvides suscribirte, darle al like y compartir el video 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

Parse / write xml files in android

In this video I explain how to read ( parse ) and write xml files in android , there are three xml apis : SAX,DOM,XmlPullParser, I am going to show you XmlPullparser and DOM APIs. You can leave me any suggestions, feedback and questions, I will try to help you as soon as possible, do not forget to suscribe and to like the video ! Source code https://github.com/melardev/TutsStorage 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

Reading files from Assets, Raw and XML folders

In this video I explain how to read files from special directories such as XML ,raw and assets folders. You can leave me any suggestions, feedback and questions, I will try to help you as soon as possible, do not forget to suscribe and to like the video ! 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

External and Internal storage in Android part 2

In this video I explain the internal and external storage in android, the differences, where the folders are placed in the filesystem, why we do have to check the storage state when saving in external storage, what is the goal of external (private and public files) and internal storage. You can leave me any suggestions, feedback and questions, I will try to help you as soon as possible, do not forget to suscribe and to like the video ! 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

External and Internal storage in Android part 1

In this video I explain the internal and external storage in android, the differences, where the folders are placed in the filesystem, why we do have to check the storage state when saving in external storage, what is the goal of external (private and public files) and internal storage. You can leave me any suggestions, feedback and questions, I will try to help you as soon as possible, do not forget to suscribe and to like the video ! 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

Asegurando permanencia en 4 Div FIFA 17

En este gameplay os presento mi primera partido (mi primera vez en 3Div) en 3 Div temporadas online fifa 17, os dejo este video para que veais como juegan, os he dejado una valoración personal de ese partido y nada... espero que los difruteis, dejadme comentarios , sugerencias, preguntas o nickname si quereis jugar contra mi online Video Primera partido en 3 Div Fifa 17 temporadas online alta calidad [1920 x 1080 60 fps] Fifa 17 en Amazon  http://amzn.to/2nAavi6 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

Primera partido en 3 Div Fifa 17 temporadas online

En este gameplay os muestro mi partido en 4 Div en el que he conseguido asegurar la permanencia, le voy cogiendo truco a esta división, y ya paso de descender a asegurar la permanencia y luchar por el ascenso, que ya va siendo hora de conseguirlo de una vez por todas 😑🤔😨😱 Dejadme vuestros comentarios, sugerencias y preguntas ! Nos vemos en el próximo gameplay Video Asegurando permanencia en 4 Div FIFA 17 alta calidad [1920 x 1080 60 fps] Fifa 17 en Amazon  http://amzn.to/2nAavi6 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

Promoción a 3 Div FIFA 17 temporadas online

En este gameplay os muestro mi partido en 4 Div en el que he conseguido asegurar la permanencia, le voy cogiendo truco a esta división, y ya paso de descender a asegurar la permanencia y luchar por el ascenso, que ya va siendo hora de conseguirlo de una vez por todas 😑🤔😨😱 Dejadme vuestros comentarios, sugerencias y preguntas ! Nos vemos en el próximo gameplay Video Asegurando permanencia en 4 Div FIFA 17 alta calidad [1920 x 1080 60 fps] Fifa 17 en Amazon  http://amzn.to/2nAavi6 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

Asegurando permanencia en 4 Div FIFA 17

En este gameplay os muestro mi partido en 4 Div en el que he conseguido asegurar la permanencia, le voy cogiendo truco a esta división, y ya paso de descender a asegurar la permanencia y luchar por el ascenso, que ya va siendo hora de conseguirlo de una vez por todas 😑🤔😨😱 Dejadme vuestros comentarios, sugerencias y preguntas ! Nos vemos en el próximo gameplay Video Asegurando permanencia en 4 Div FIFA 17 alta calidad [1920 x 1080 60 fps] Fifa 17 en Amazon  http://amzn.to/2nAavi6 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

Word (or powerpoint) file to pdf [Best Online tool]

Best online tool to convert a word or powerpoint file to pdf, I also prove to you why you have to be careful using different tools, and why OneDrive from Microsoft is the best solution , and also free . Links: OneDrive :     onedrive.live.com Google Drive https://www.google.com/drive/ 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

Android SQLite Database part 4

tutorial part 4 about sqlite database in android, we are going to see how to add, update and delete rows, as well as delete the database I know that this is long and maybe even boring, let me know what you think, should I make other tutorial focusing just in absolute basics? In the future I will think about making shorter tutorials about this topic, covering one single database feature(add, edit, delete, etc) per video Source code http://babblecase.com/1XAK 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

Android SQLite Database part 3

tutorial part 3 about sqlite database in android, we are going to see how to add, update and delete rows, as well as delete the database I know that this is long and maybe even boring, let me know what you think, should I make other tutorial focusing just in absolute basics? In the future I will think about making shorter tutorials about this topic, covering one single database feature(add, edit, delete, etc) per video Source code http://babblecase.com/1XAK 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

Android SQLite Database part 2

tutorial part 2 about sqlite database in android, we are going to see how to add, update and delete rows, as well as delete the database I know that this is long and maybe even boring, let me know what you think, should I make other tutorial focusing just in absolute basics? In the future I will think about making shorter tutorials about this topic, covering one single database feature(add, edit, delete, etc) per video Source code http://babblecase.com/1XAK 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

Android SQLite Database part 1

tutorial part 1 about sqlite database in android, we are going to see how to add, update and delete rows, as well as delete the database I know that this is long and maybe even boring, let me know what you think, should I make other tutorial focusing just in absolute basics? In the future I will think about making shorter tutorials about this topic, covering one single database feature(add, edit, delete, etc) per video Source code http://babblecase.com/1XAK 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 a ContentProvider part 4

This is the fourth part of a tutorial covering how to use a ContentProvider, this is for implementing our own ContentProvider, in other tutorial we are going to use external ContentProviders. As it was with the Database tutorial, this is a long one, again, it has to be, it is not a trivial thing, there are too many concepts, methods to cover, but in the next future I wil make other short tutorials explaining just a single topic , for example a single video to explain the UriMatcher. this way, the videos will be shorter but , this does not save you from passing a few hours practicing ContentProviders, which is a huge topic itself, and can not be covered in 5 minutes ... let me know what do you think Source code http://babblecase.com/1XAK 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 a ContentProvider part 3

This is the third part of a tutorial covering how to use a ContentProvider, this is for implementing our own ContentProvider, in other tutorial we are going to use external ContentProviders. As it was with the Database tutorial, this is a long one, again, it has to be, it is not a trivial thing, there are too many concepts, methods to cover, but in the next future I wil make other short tutorials explaining just a single topic , for example a single video to explain the UriMatcher. this way, the videos will be shorter but , this does not save you from passing a few hours practicing ContentProviders, which is a huge topic itself, and can not be covered in 5 minutes ... let me know what do you think Source code http://babblecase.com/1XAK 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 a ContentProvider part 1

This is the first part of a tutorial covering how to use a ContentProvider, this is for implementing our own ContentProvider, in other tutorial we are going to use external ContentProviders. As it was with the Database tutorial, this is a long one, again, it has to be, it is not a trivial thing, there are too many concepts, methods to cover, but in the next future I wil make other short tutorials explaining just a single topic , for example a single video to explain the UriMatcher. this way, the videos will be shorter but , this does not save you from passing a few hours practicing ContentProviders, which is a huge topic itself, and can not be covered in 5 minutes ... let me know what do you think Source code http://babblecase.com/1XAK 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 a ContentProvider part 2

This is the second part of a tutorial covering how to use a ContentProvider, this is for implementing our own ContentProvider, in other tutorial we are going to use external ContentProviders. As it was with the Database tutorial, this is a long one, again, it has to be, it is not a trivial thing, there are too many concepts, methods to cover, but in the next future I wil make other short tutorials explaining just a single topic , for example a single video to explain the UriMatcher. this way, the videos will be shorter but , this does not save you from passing a few hours practicing ContentProviders, which is a huge topic itself, and can not be covered in 5 minutes ... let me know what do you think Source code http://babblecase.com/1XAK 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

Word (or powerpoint) file to pdf [Best Online tool]

Best online tool to convert a word or powerpoint file to pdf, I also prove to you why you have to be careful using different tools, and why OneDrive from Microsoft is the best solution , and also free . Links: OneDrive :     onedrive.live.com Google Drive https://www.google.com/drive/ 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 SharedPreferences in android

in this tutorial I explain how to use sharedpreferences, I discuss different approaches to get the Default shared preferences, why would we use shared preferences instead of just sqlite databases, you can leave me any question and suggestions in the comments section.

Chroma key effects in After Effects

We are going to see how to make a perfetcly smooth chroma key in Adobe After Effects, this is more robust than making it with OBS Settings, so I really encourage everybody to use this method instead.

V60 sport camera Unboxing and Review

Unboxing and reviewing the V60 camera 4k 30 fps, underwater as well as in normal mode, I cover, the resolution, audio,settings, accesories V60 Camera in Amazon http://amzn.to/2qr4YLP https://youtu.be/5jFg6vG79l4 4k Video Sample https://youtu.be/T6OyXEarFQA 4k Underwater https://youtu.be/hJ11ipVm1as 2.7K Underwater https://youtu.be/S9QsafY3P78 2.7K Video sample https://youtu.be/oiwc2Tje3-4 1080 Underwater https://youtu.be/O4yCX4agpkM 1080 Video Sample https://youtu.be/sMATge4wbP8 720 Underwater https://youtu.be/Bnwwa4PrjiU 720 Video sample

How to apply SmartFocus and Zoom and Pan in Camtasia 9

How to apply SmartFocus and Zoom and Pan in Camtasia 9, I will show you how to use this feature in camtasia 9 because I saw some many people complaining about not finding smart focus, well there it is. Not only smart focus but also how to zoom and pan manually

Chroma key effects in After Effects

We are going to see how to make a perfetcly smooth chroma key in Adobe After Effects, this is more robust than making it with OBS Settings, so I really encourage everybody to use this method instead.

Smallest file and fastest way to render in After Effects

I am going to show you how to render in Adobe After Effects, from now forget the gigabytes from the output, you will be able to render the smallest files with the help of Adobe Media Encoder, it is free, and you do not have to install that annoying codecs or any other softwarey, all the codecs are built in with Adobe Media Encoder, Enjoy !!

Fixing Ps4 controller in Fifa 17

In this tutorial I am going to share with you a little tip to fix a problem that you may have in your Ps4 controller when playing fifa 17, it is really weird, the fix is really simple, but If you do not know it, you will not be able to play online seasons, and you will have so much troubles.