dhaval0122 / DJ-Android-

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DJ-Android-

#2 : Android Design support Library Sample

design

Note: used compileSdkVersion '23' for Android M but you can change it to build in older API

Edited: 03-03-16

update to design support library 23.2.0(i have used android studio 2.0beta-6 you can change it to gradle 1.5.0 and studio 1.5.1)

  1. Added Bottom Sheet Sample
  2. Added Day/Night theme Sample

don't forget to add in build.gradle file

compile 'com.android.support:design:23.2.0' compile 'com.android.support:cardview-v7:23.2.0'

#1 : AndroidGoogleMapV2

alt tag

alt tag

This is sample code for Android Google Map V2 get Direction between two Location.

More detail check this

http://dj-android.blogspot.in/2013/04/android-google-map-v2-part-4-google-map.html

you have to get you MAP API Key and add it in this code.

http://dj-android.blogspot.in/2013/02/android-google-map-v2-part-1.html

http://dj-android.blogspot.in/2013/02/android-google-map-v2-part-2.html

http://dj-android.blogspot.in/2013/02/android-google-map-v2-part-3-add.html

License

Copyright 2014 Google Inc. All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License");

you may not use this file except in compliance with the License.

You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software

distributed under the License is distributed on an "AS IS" BASIS,

WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.

See the License for the specific language governing permissions and

limitations under the License.

About


Languages

Language:Java 100.0%