Website : http://edmtdev.com
Facebook : http://facebook.com/edmtdev
In this tutorial we will build a simple rss application. Requirements are:
1) parse an rss feed and conver it to Json
2) Display in Recycler View
3) Click to view full
android material design cards,
cardview android,
android development tutorial,
android programming tutorial,
android app development tutorial,
android tutorial for beginners ,
android app tutoria,
android studio tutorial,
learn android programming ,
android developer tutorial ,
android programming,
android development,
android studio tutorial for beginners,
android course,
android training,
android development course,
android app development course
33. Registrando Usuarios #1 | Sistema de Chat Avanzado en Tiempo Real – Android StudioEn este video crearemos el diseño para poder registrar usuarios sin necesidad de tener que entrar a la base de datos de nuestro servidor, ya que muchos me lo han pedido y pues bueno, si quieren que le ponga mas cosas al registro no olviden decirmelo en los comentarios por favor, asi lo añadire en el otro video.
Siguiente video: https://www.youtube.com/watch?v=FFytmitdNQ0 Resumen de lo que haremos en este video: -Crear la interfaz para registrar usuarios (GUI) Lo que veremos en el proximo video: -Conexion de Android a servidor para registrar usuarios (PHP) Comenzaremos poco a poco, he creado un grupo para interactuar entre todos, todos son bienvenidos, si alguien tiene una duda, consulta o idea puede añadirla a este grupo: https://www.facebook.com/groups/774595736043298/ Demostracion del Chat en tiempo real: https://www.youtube.com/watch?v=WM2fnjkhmYA Repositorio: https://github.com/kevin4dhd/MiChatTimeReal Como saben el repositorio se debe ir actualizando, asi que solo para descargar el repositorio avanzado hasta este video descargalo desde aca: https://mega.nz/#!eNdEyCRI!fBwCSDxAUXOhfYvspGPURIKJXkPZWvS5h-mPYGYl3XI |
|
Channel: KAD Published: 2017-05-06 16:38:02 Duration: 19M44S Views: 74 Likes: 9 Favorites: 0 |
|
Android Studio Tutorial – Scrollable Number PickerWebsite : http://edmtdev.com
Facebook : http://facebook.com/edmtdev ScrollableNumberPicker android development tutorial, |
|
Channel: EDMT Dev Published: 2017-05-04 08:41:35 Duration: 8M45S Views: 334 Likes: 8 Favorites: 0 |
|
Android Tab Tutorial [Android Studio Tab Fragments]Android Tab Tutorial [Android Studio Tab Fragments]
In this video I show you how to use Tabs in your Android Application. Each tab consists of a Fragment. By the end of this video you will understand Fragments and how to inflate them as Tabs. ➤Source Code: ➤My Keyboard: ➤My Microphone: ➤Check out our website: |
|
Channel: Mitch Tabian Published: 2017-02-28 16:27:52 Duration: 7M31S Views: 4567 Likes: 60 Favorites: 0 |
|
Android Studio Tutorial – Collapsing Toolbar LayoutWebsite : http://edmtdev.com
Facebook : http://facebook.com/edmtdev CollapsingToolbarLayout is a wrapper for Toolbar which implements a collapsing app bar. It is designed to be used as a direct child of a AppBarLayout. android development tutorial, |
|
Channel: EDMT Dev Published: 2017-04-29 05:05:38 Duration: 15M57S Views: 957 Likes: 37 Favorites: 0 |
|
#2 How to fetch rss feeds part 2 : android xml parser tutorialsHow to fetch rss feeds part 2 : android xml parser tutorials
Transcription: Hello everyone , In last tutorial we have created AsynTask and studied structure of xml feed from sciencemag.org . If you haven’t seen my last tutorial please go back and watch it. Now in this tutorial we will fetch data . So let’s get started. here is my android studio. Now we will create a string that contain xml feeds url. create string name it address. go to browser and copy feeds url . Paste it in address string . Create a new url object . pass the address string in url . press alt enter to surround with try catch. Now make the Malformed URl excecption as general exception. Now open connection using Http url connection object. Set request methode as GET . Now create object of Inputstream and give inputstream of http url connection to this object. Now create new Instance of documentbuilderfactory . Create object of documentbuilder and provide document builder from documentbuilderfactory . Now parse inputstream with document builder this will return us xml document. Now this looks complex so insted of placing all this in doinbackground we will create new methode that will return us documet . cut all the code we created in doinbackground . create new methode getdata with return type document and place this all code inside it and return document . now in doinbackground call process xml methode and pass getdata methode under it . Now press alt enter and this will create process xml methode with our document data. Now inside process xml create log enter tag as root and for string pass data.getdocumentelement.getnodename. this will return document element name that is rss. for safety purpose check that document is not null by using if condition. Now go to mainfest and set internet permission. now go to mainactivity and create object of read rss and pass context as this. execute asynctask. now we are good to go. Hit run on the top . Now my app is running . search for root tag in logcat . here it gives string rss . this concludes that we successfully fetched data from feeds . In the next tutorial we will Process downloaded data. in the mean time like,share , comment and dont forget to subscribe my channel . thank you have a nice day Visit our website for more inforamation : Join our facebook group: |
|
Channel: Amar Yadav Published: 2016-01-31 11:03:49 Duration: 4M46S Views: 11798 Likes: 58 Favorites: 0 |