Clement Ochieng (@Oclemy)

Top repositories

1

flutter_listview_php_mysql

Flutter PHP MySQL tutorial. How to populate a listview with images and text from mysql database.
Dart
19
star
2

FirebaseRecyclerImagesUploadDownload

Android Firebase Stoage and Realtime Database RecyclerView CRUD. How to upload images and text to Firebase, retrieve them, show them and delete them.
Java
16
star
3

Android-ListViewPDF

A simple ListView PDF Viewer
Java
15
star
4

RetrofitServerSideSearch

Android Retrofit MySQL Serverside Search Filter. How to perform a server side search filter of images and text in mysql and show results in a listview.
Java
8
star
5

RetrofitListViewJSON

This is a Retrofit ListView JSON tutorial example. Populating ListView with images and text from json using retrofit and gson.
Java
7
star
6

RetrofitMySQLCRUD

This project is designed to teach you how to perform CRUD operations against MySQL database via PHP from android using Retrofit2.
Java
7
star
7

RecyclerInsetSelectShow

How To Insert,Select and Show data from SQLite database to a RecyclerView.
Java
7
star
8

FirebaseSearch

How to perform a simple realtime database search against Firebase Realtime Database.
Java
6
star
9

MaterialCardsArray

How to a Material List with images,text and action buttons and handle button click events. More at http://camposha.info/source/android-material-list-with-textsimages-and-action-buttons/
Java
5
star
10

KotllinCameraImagePicker

Kotlin Camera and ImagePicker example tutorial. How to capture images and show in imageview or select from gallery.
Kotlin
5
star
11

BgWorker

C# BackgroundWorker with Progressbar Update and cancellation. More at
C#
5
star
12

dialog

Flutter Dialog Example.
Dart
5
star
13

KotlinMySQLCRUD

This is a project to use as a template if you are beginning Kotlin Retrofit PHP MySQL. Perform CRUD operations.
Kotlin
5
star
14

BottomNav

Android Bottom Navigation With Fragments Example.More at
Java
4
star
15

mr_expandable_appbar

Flutter Expandable AppBar example.
Dart
4
star
16

RetrofitGridViewImages

Let's see how t fetch JSON from online and render in a custom gridview with images and text. View full tutorial here: https://camposha.info/android/retrofit/json/gridview
Java
4
star
17

RecyclerSQLiteExample

Android SQLite RecyclerView Full - INSERT SELECT UPDATE DELETE. More at http://camposha.info/source/android-recyclerview-sqlite-full-insert-select-update-delete/
Java
4
star
18

ListView-ContextMenu

How to show a contextmenu with a custom ListView and handle click events. View tutorial here :
Java
4
star
19

ListViewSQLIte

How to INSERT SELECT UPDATE AND DELETE TO AND FROM SQLITE AND LISTVIEW
Java
4
star
20

ListViewMp3Player

Here we create a simple mp3 player using ListView. We read mp3 songs into a ListView then when clicked we play the video using [MediaPlayer](https://camposha.info/android/mediaplayer).
Java
4
star
21

RecyclerViewDiffUtil

Kotlin Android recyclerView DiffUtil vs notifyDataSetChanged comparison example.
Kotlin
4
star
22

FirebasePagination

Well this is a tutorial to show you how to implement load more pagination against Firebase realtime database with recyclerview as the adapterview.
Java
4
star
23

MasterDetailRecyclerView

Master detail Activities with RecyclerView as our component. RecyclerView has images and text. More at http://camposha.info/source/android-master-detail-recyclerview-images-text/
Java
3
star
24

RecyclerViewPDF

Android PDFViewer eaxmple.Load PDFs from SDCard to a recyclerView with cardviews.More at http://camposha.info
Java
3
star
25

CustomRecyclerViewFiltering

How to Filter/Search a Custom RecyclerView in android.More at http://camposha.info/source/android-recyclerview-search-filter/
Java
3
star
26

mr_tabs

Flutter Android Swipe Tabs with Cards example tutorial. Find complete tutorial here http://camposha.info/flutter/swipe-tabs-cards
Dart
3
star
27

DialogFragmentRecyclerView

A Dialog Fragment With a RecyclerView
Java
3
star
28

MySQL_Images_RecyclerView

Retrieve images and text from MySQL Database and show in RecyclerView.
Java
3
star
29

MrStoryView

Android StoryView tutorial
Kotlin
3
star
30

MrScratchCard

Creating a scratch card tutorial.
Java
3
star
31

nested_tabs

This is a flutter nested tabs example tutorial.
Dart
3
star
32

Kotlin-SQLite

How to perform CRUD operations: INSERT,SELECT,UPDATE and DELETE agains SQLite database using Kotlin in android
Kotlin
3
star
33

IconButton

Flutter IconButton example
Dart
3
star
34

SQLiteTableView

Android SQLite TableView example.INSERT SELECT SHOW.More at http://camposha.info/source/android-sqlite-tableview-insertselectshow/
Java
3
star
35

GridViewPDF

Android GridView PDF tutorial.List PDFs and Render them.
Java
3
star
36

CSharp-ListView-Search-Txt

How to perform a Multicolumn Search Filter in C# ListView.
C#
3
star
37

snackbar

Flutter SnackBar example.
Dart
3
star
38

SingleChoiceRecyclerViewRadioButtons

This is a tutorial on implementing recyclerView with radiobuttons as well as images and text. You check a radiobutton then we open the corresponding activity.
Java
3
star
39

Xamarin-Alarm-Manager

Xamarin Android AlarmManager beginner example. Schedule showing of a toast message. Full tutorial at
C#
3
star
40

ListViewDropdownSpinner

How to filter a ListView using a Spinner/dropdown.
Java
3
star
41

flutter_bottom_navigation

This is a bottom navigation tutorial. We see how to render gridviews with different datasets when the bottom navigation items are clicked. View full tutorial here: https://camposha.info/flutter/bottomnavigationbar
Dart
3
star
42

MySQLImagesUploaderListView

Android MySQL Upload and Download Images and Text ListView example. Check full tutorial here http://camposha.info/android-examples/mysql-upload-retrieve-images-listview
Java
3
star
43

SQLiteSwipeToDelete

How to INSERT,SELECT and Swipe to Delete From SQlite database in android.
Java
3
star
44

Kotlin-RecyclerView-CheckBox

Kotlin Android RecycletView with CheckBoxes and Images. We see how to get the selected or checked items.
Kotlin
3
star
45

FireBase-ListView-Multi-Items

How to save to Firebase,retrieve then fill a custom ListView with multiple Fields. View tutorial at http://camposha.info/source/android-firebase-listview-multiple-fields-saveretrieve-then-show/
Java
3
star
46

Android-ListViewContextMenu

Android Java ListView tutorial.How to show and handle ContextMenu events. More at http://camposha.info
Java
3
star
47

ListViewPaging

Android Custom ListView Next Previous Pagination Example.
Java
3
star
48

MrDownloadManager

We see how to download files and access them. We use the System DownloadManager.
Java
3
star
49

MrExpandableRecyclerView

Android recyclerView with expandable layout example. This is an android recyclerview with expandableLayout tutorial. Find more full tutorial here http://camposha.info/android/recyclerview-with-expandablelayout
Java
3
star
50

First-WebView

How to load webpage using a webview from a url, assets folder as well as string. Full tutorial here : http://camposha.info/source/android-webview-load-from-url-strings-and-asset-folder/
Java
3
star
51

AndroidMDMySQLSave

Android MySQL : How to save into multiple columns in MySQL database. Here's the full tutorial http://camposha.info/source/android-mysql-insert-save
Java
3
star
52

FragPagerAdapter

Android FragmentPager Adapter with swipeable tabs example here. View full tutorial here http://camposha.info/source/android-viewpager-swipe-fragments-with-cardviews/
Java
3
star
53

KotlinRecyclerViewSort

Kotlin Android RecyclerView Sort example and tutorial. Here's the tutorial http://camposha.info/android/kotlin-android-recyclerview-sort
Kotlin
3
star
54

Firebase-ListView-MDetail

How to save data to Firebase,retrieve show in master view with ListView.Then when clicked open detail view with details.
Java
3
star
55

ListViewImagesSDCard

Android ListView.Load Images From File System and View in ListView. More at
Java
2
star
56

MySQL_ListView_Images

Display Images and Text from MySQL Database to ListView
Java
2
star
57

ListViewRealm

How to write,read data to and from Realm database in android and bind to a ListView.http://camposha.info
Java
2
star
58

SimpleGridViewRSS

How to download RSS Feeds,parse it using XmlPullParser and show in a simple gridview.
Java
2
star
59

Firebase-Simple-RecyclerView

How to save to Firebase database,retrieve and show in simple RecyclerView.
Java
2
star
60

RecyclerItemClick

Handling RecyclerView ItemClicks
Java
2
star
61

CustomBottomSheetDialog

This is how to create bottom sheet dialog without using any third party libraries or any special classes. We use only android.app.Dialog class.
Java
2
star
62

MrSortedList

Android Example to teach SortedList and how to use it to sort different data types.
Java
2
star
63

RecyclerSwipeToFragment

Swipe to open dialog fragment.
Java
2
star
64

MrMaterialDateTime

Android MaterialDateTimePicker Fragment example. Read more here http://www.devosha.com/datetimepicker/materialdatetimepicker
Java
2
star
65

SimpleTable

Android TableView Example. Fill with Rows and Columns with data. More at http://camposha.info/source/android-tableview-fill-from-array-with-headers-and-rowclick-source/
Java
2
star
66

GridView-CRUD

Android GridView CRUD example.Add,Update and delete. View tutorial for this project at http://camposha.info/source/android-gridview-crud-add-update-delete-source/
Java
2
star
67

SearchBarListView

Android Material SearchBar example. Use it to search/filter a simple ListView. Full tutorial at http://camposha.info/source/android-material-toolbar-searchbar-searchfilter-listview/
Java
2
star
68

JSON-RecyclerView

How to retrieve data from online and show in a simple RecyclerView
Java
2
star
69

drawer

Flutter Simple Drawer Open Close example.
Dart
2
star
70

RaisedButton

Flutter RaisedButton example.
Dart
2
star
71

CardsPagination

CardView Pagination with Next/Previous buttons
Java
2
star
72

Material-Search-Suggestions

How to show suggestions with material search dialog.http://camposha.info
Java
2
star
73

FilePickerGridView

Android FilePicker Example.Pick Images and Show in GridView. More at http://camposha.info/source/android-filepicker-gridview-images/
Java
2
star
74

RecyclerMasterDetail_NewActivity_Example

Android RecyclerView with Images and Text master detail open new activity. More at http://camposha.info/source/android-recyclerview-master-detail-open-new-activitypass-data/
Java
2
star
75

Firebase-GridView-MDetail

GridView,Firebase and simple Master Detail using two activites.We save,retrieve then show data.
Java
2
star
76

VB_ListView_Access

How to INSERT SELECT UPDATE and DELETE data to and from MS Access with ListView. Tutorial at http://camposha.info/source/vb-net-ms-access-listview-insert-select-update-delete-2/
Visual Basic
2
star
77

MsFancyAboutPage

How to create a fancy about us page in android kotlin
Kotlin
2
star
78

MsLocalBroadcastManager

Kotlin Android LocalBroadcastManager Example Tutorial
Kotlin
2
star
79

Xamarin-SQLite-Filter-ListView

Xamarin Android SQLite Filter/Search Example.ListView is our component.More at http://camposha.info
C#
2
star
80

CherryList

How to pass data from cherrypy python code to html frontend using jinja temlating language,with cherrypy as our framework.We pass list and strings.More at http://camposha.info/source/cherrypy-pass-list-from-python-to-html-via-jinja/
JavaScript
2
star
81

KotlinMySQLListView

Kotlin PHP MySQL ListView Images and Text example using HttpURLConnection.
Kotlin
2
star
82

SQLiteFilterListView

How to Search/Filter SQLIte data at the server level via SearchView.The Component is ListView.
Java
2
star
83

Spinner-MySQL

How to save and retrieve multiple columns to and from MySQL and bind to spinner. http://camposha.info/source/android-mysql-spinner-insertselectshow
Java
2
star
84

RecyclerPagination

Android RecylcerView Next/Previous type of Pagination.View full tutorial here http://camposha.info/source/android-pagination-recyclerview-nextprevious-pagination
Java
2
star
85

RecyclerView-MySQL

How to retrieve data from MySQL database and show in a RecyclerView
Java
2
star
86

CustomGridViewCardViews

Android Custom GridView with CardViews with Images and Text. View this project's tutorial here http://camposha.info/source/android-custom-gridview-cardviews-source/
Java
2
star
87

SwipeableTabsRecycler

Andorid swipe Tabs with fragments containing recyclerviews.
2
star
88

slider_progressbar

Slider and ProgressBar example.
Dart
2
star
89

ListViewSQLiteImages

How to Save,Then Load Images and Text to SQLite Database From Online.
Java
2
star
90

Firebase-Recycler-MDetail

Firebase RecyclerView Master detail tutorial.Save,Retrieve then show. Tutorial for this project is here http://camposha.info/source/android-firebase-recyclerview-master-detail-saveretrieveshow-open-activity/
Java
2
star
91

RecyclerViewTable

How to create a scrollable table with recyclerview.
Java
2
star
92

SampleJSON

Easy sample JSON I will be using in some of upcoming lessons.
HTML
2
star
93

mr_pageview

Flutter PageView Example
Dart
2
star
94

AjaxList-MySQL

In this example we see how to make ajax http post and http get request with php and mysql as the severside language and database respectively. We insert data, retrieve and show in a list.View full tutorial here http://camposha.info/source/javascript-s1e5-ajax-php-mysql-insert-select-show-xmlhttprequest/
PHP
2
star
95

RetrofitClientSideSearch

This is a tutorial about how to implement Clientside search in data fetched from mysql via Retrofit into custom listview. View full tutorial here https://camposha.info/android/retrofit/mysql/search/clientside-searchview-listview
Java
2
star
96

RecyclerViewSort

How to sort a RecyclerView in an ascending and descending manner. Full tutorial here : http://camposha.info/source/android-recyclerview-sort-ascendingdescending/
Java
2
star
97

SQLiteSwipeToRefresh

Android SQLite Swipe To Refresh With RecyclerView
Java
2
star
98

ActivityTransitions

Android Activity Transitions tutorial in Kotlin.
Kotlin
2
star
99

SwipeTabsListView

Swipeable tabs using ViewPager and Material TabLayout.The fragments have ListViews.Find full tutorial here http://camposha.info/source/android-viewpager-sliding-tabs-listviews-source
Java
2
star
100

SwipeAndClickabletabs

Android Tablayout Swipeable Fragment with Images example. More at http://camposha.info/source/viewpager-cardview-images-source/
Java
2
star