This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.software3000.s3000.appludopataslinktek; | |
import android.os.Bundle; | |
import android.support.v7.app.AppCompatActivity; | |
import android.view.View; | |
import android.view.ViewGroup; | |
import android.widget.FrameLayout; | |
import android.widget.LinearLayout; | |
import android.widget.Toast; | |
import android.widget.ToggleButton; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
holder.mname_character.setText(mValues.get(position).getName()); | |
holder.mdetails_status.setText(mValues.get(position).getStatus()); | |
holder.mdetails_species.setText(mValues.get(position).getSpecies()); | |
holder.mdetails_gender.setText(mValues.get(position).getGender()); | |
holder.mdetails_origin.setText(mValues.get(position).getOrigin().getName()); | |
holder.mdetails_last_location.setText(mValues.get(position).getLocation().getName()); | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Created by rogergcc | |
* Copyright Ⓒ 2019 . All rights reserved. | |
*/ | |
package com.rogergcc.sharedpreferencefavorites.adapters; | |
import androidx.core.content.ContextCompat; | |
import androidx.recyclerview.widget.RecyclerView; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.mapbox.mapboxandroiddemo.examples.camera; | |
import android.os.Bundle; | |
import androidx.annotation.NonNull; | |
import androidx.appcompat.app.AppCompatActivity; | |
import android.widget.Toast; | |
import com.mapbox.geojson.Feature; | |
import com.mapbox.geojson.FeatureCollection; | |
import com.mapbox.geojson.Point; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.settlers | |
.row | |
.img-wrap | |
.tile.forest | |
%span.disc 11 | |
.img-wrap | |
.tile.pasture | |
%span.disc 12 | |
.img-wrap | |
.tile.fields |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Road | |
https://mindorks.com/android-app-development-online-course | |
Blogs | |
https://blog.mindorks.com/blogs/android | |
Kotlin | |
https://kotlinlang.org/docs/reference/basic-syntax.html | |
Tutorials |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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" | |
android:id="@+id/layoutRoot" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:gravity="center" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="https://use.typekit.net/iou1nsh.js"></script> | |
<script>try{Typekit.load({ async: true });}catch(e){}</script> | |
<div class="menu-container"> | |
<div class="container clearfix"> | |
<div class="menu-intro fell"> | |
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" | |
width="460px" height="8px" viewBox="0 0 460 8" enable-background="new 0 0 460 8" xml:space="preserve"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="map"></div> | |
<div class="calculation-box"> | |
<p>Draw a polygon using the draw tools.</p> | |
<div id="calculated-area"></div> | |
</div> |
OlderNewer