
Search In


As google’s Io 2k17 KOTLIN is announced as official language for android development. Hence, it is a time to gear up with this new language.
So, today in this tutorial, I am going to show a simple android app demo in kotlin
If you are a restaurant owner, then you might be aware of the fact that the competition is getting tougher in the field with each passing day. According to one of the recent reports, total revenue in the food delivery segment is estimated to reach US
Cursor In SQL
Cursor is used to iterate within a table. It is a pointer which iterates within a table to fetch rows.
Life cycle of cursor
1)DECLARE
Firstly you
For Push Notification using GCM in Android, use the following steps:
Create the Google Api Project on Google Console.
Note down the project number which will be used as GCM Sender Id.
Enable the GCM service by turn on the toggle for Google Cloud Me
Spring Bean Definition Inheritance: Spring Framework provides the facility of Inheritance in it's bean configuration file. Bean configuration consists lots of configuration regarding of bean like bean's id, name, class, properties etc. Spring bean co
CONNECT WITH US: [url=http://aj.statesboropinkpower.com/]Cheap Air Jordan Shoes[/url] Lubitz enjoyed an affluent upbringing in the small town of Montabaur, 20 minutes' drive from the city of Koblenz. j [url=http://fitflop.simple-et-chic.com/]Fitflop
Free Cone Day and they are looking forward to breaking that record this year! [url=http://www.michaelkorsoutlet.net.co/]michael kors outlet[/url] "That is not the case these days. Even if you paddle canoes deep into the lake, there is no guarantee th
This blog is about how to create water reflection image.
1. Create android Project.
2. Activity layout file is look like :-
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
How to insert value in an auto incremented column in SQL
Sometimes we have situation to insert value in an auto incremented column. Let's discuss this with a simple example.
Example
1) Here is my table structure.
CREATE TABLE Student(
Id INT
The Room is basically an easier implementation of SQLite database and a part of Android Architecture components.
We know that SQLite uses SQLite open helper class to manage SQLite database but Room provides migration by removing this implementation.
