This file contains hidden or 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.db.listviewbaseadapterkotlin | |
| import android.support.v7.app.AppCompatActivity | |
| import android.os.Bundle | |
| import android.view.View | |
| import android.widget.ListView | |
| class MainActivity : AppCompatActivity() { | |
| var lv : ListView? = null; |
This file contains hidden or 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.db.emojitest; | |
| import android.support.v7.app.AppCompatActivity; | |
| import android.os.Bundle; | |
| import android.view.View; | |
| import android.widget.FrameLayout; | |
| import com.db.nimbuzzrockerheiuiemojibydb.EmojiconEditText; | |
| import com.db.nimbuzzrockerheiuiemojibydb.EmojiconGridFragment; | |
| import com.db.nimbuzzrockerheiuiemojibydb.EmojiconTextView; |
This file contains hidden or 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"?> | |
| <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
| xmlns:tools="http://schemas.android.com/tools" | |
| android:layout_width="match_parent" | |
| android:layout_height="match_parent" | |
| xmlns:emojicon="http://schemas.android.com/apk/res-auto" | |
| android:orientation="vertical" | |
| tools:context="com.db.emojitest.MainActivity"> | |
| <com.db.nimbuzzrockerheiuiemojibydb.EmojiconTextView |
This file contains hidden or 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"?> | |
| <android.support.design.widget.CoordinatorLayout 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:layout_width="match_parent" | |
| android:layout_height="match_parent" | |
| android:fitsSystemWindows="true" | |
| tools:context="com.example.db.nimbuzz_app_tabview_by_db.DbMainTabActivity"> | |
| <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" |
This file contains hidden or 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.example.db.nimbuzz_app_tabview_by_db; | |
| import android.os.Bundle; | |
| import android.support.v4.app.ListFragment; | |
| import android.view.LayoutInflater; | |
| import android.view.View; | |
| import android.view.ViewGroup; | |
| import android.widget.ArrayAdapter; | |
| import android.widget.ListView; |
This file contains hidden or 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.example.db.nimbuzz_app_tabview_by_db; | |
| import android.app.Activity; | |
| import android.os.Bundle; | |
| import android.os.Handler; | |
| import android.support.design.widget.FloatingActionButton; | |
| import android.support.design.widget.TabLayout; | |
| import android.support.v4.app.Fragment; | |
| import android.support.v4.app.FragmentManager; | |
| import android.support.v4.app.FragmentStatePagerAdapter; |
This file contains hidden or 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"?> | |
| <ScrollView xmlns:tools="http://schemas.android.com/tools" | |
| xmlns:android="http://schemas.android.com/apk/res/android" | |
| android:id="@+id/scroll" | |
| android:layout_width="match_parent" | |
| android:layout_height="match_parent" | |
| android:transcriptMode="normal" | |
| android:fillViewport="true"> | |
| <RelativeLayout | |
| android:layout_width="match_parent" |
This file contains hidden or 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"?> | |
| <ScrollView xmlns:tools="http://schemas.android.com/tools" | |
| xmlns:android="http://schemas.android.com/apk/res/android" | |
| android:id="@+id/scroll" | |
| android:layout_width="match_parent" | |
| android:layout_height="match_parent" | |
| android:transcriptMode="normal" | |
| android:fillViewport="true"> | |
| <RelativeLayout xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads" | |
| xmlns:app="http://schemas.android.com/apk/res-auto" |
This file contains hidden or 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
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Text; | |
| using Android.App; | |
| using Android.Content; | |
| using Android.OS; | |
| using Android.Runtime; | |
| using Android.Views; |
This file contains hidden or 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
| using Android.App; | |
| using Android.Widget; | |
| using Android.OS; | |
| using System.Net.Sockets; | |
| using System; | |
| using System.Text; | |
| using System.Threading; | |
| using Android.Content; | |
| using Android.Views; |