Twitter Facebook Delicious Digg Stumbleupon Favorites More

Tuesday, 28 August 2018

background music android

 MediaPlayer mediaPlayer;     @Override     protected void onCreate(Bundle savedInstanceState) {         super.onCreate(savedInstanceState);         setContentView(R.layout.activity_main);         //To play background...
Share:

Friday, 24 August 2018

login page ui design

https://www.youtube.com/watch?v=8PdYiQNYqr8     code and design activity_main <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"    xmlns:app="http://schemas.android.com/apk/res-auto"    xmlns:tools="http://schemas.android.com/tools"  ...
Share:

Monday, 20 August 2018

uber type clone index

https://www.youtube.com/channel/UCIHBIPape0dWHKANkivrcJw   coding cafe splash screen  1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ...
Share:

uber cab clone android tutorials splash screen

package lovelycabs.lovelycabs; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class splash extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
Share:

Saturday, 18 August 2018

floating action with share option

1xml    <android.support.design.widget.FloatingActionButton         android:id="@+id/fab"         android:layout_width="170dp"         android:layout_height="wrap_content"         android:layout_alignParentBottom="true"  ...
Share:

Wednesday, 15 August 2018

TO DO APP TUTOTIAL

DB HELPER  package com.todo.raj.todo; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import java.util.ArrayList; public class...
Share:

Saturday, 11 August 2018

Text Recognition by Camera using Google Vision

MANIFEST      <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android"     package="com.example.raj.imagetowordconverter">     <uses-permission android:name="android.permission.CAMERA"></uses-permission>  ...
Share:

Text Recognition using Google Vision

1android mainfest  <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android"     package="com.example.raj.imagetowordconverter">     <application         android:allowBackup="true"  ...
Share:

Render problem Failed to find style 'coordinatorLayoutStyle' in current theme Missing styles. Is the correct theme chosen for this layout? failed to instantitte one or more classes

Render problem Failed to find style 'coordinatorLayoutStyle' in current theme Missing styles. Is the correct theme chosen for this layout? failed to instantiate one or more classes achange sdk 28 to 27 and go to Tools >> sdk manager and download API LEVEL 27 apply plugin: 'com.android.application' android { compileSdkVersion 27 defaultConfig { applicationId...
Share:

ConstraintLayout problem solution AUGUST 2018

change sdk 28 to 27 and go to Tools >> sdk manager and download API LEVEL 27 apply plugin: 'com.android.application' android { compileSdkVersion 27 defaultConfig { applicationId "com.example.raj.test" minSdkVersion 15 targetSdkVersion 27 versionCode 1 versionName "1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" ...
Share:

udacity android apps detail

Android Basics: User Interface           https://s3.amazonaws.com/video.udacity-data.com/topher/2018/June/5b1afeda_abnd-syllabus-term/abnd-syllabus-term.pdf Learn how to transform hand-drawn app designs into layouts using the XML markup language, and use Views...
Share:

Search This Blog

Popular Posts

Pages

how to make crores from 1 lakh in stock markets in 1 year

how to make crores from 1 lakh in stock markets in 1 year

Blogger Tutorials

Blogger Templates

Sample Text

Copyright © 2025 ANDROID TUTORIAL CODE | Powered by Blogger
Design by SimpleWpThemes | Blogger Theme by NewBloggerThemes.com & Distributed By Protemplateslab