All Projects → tunjos → Searchbubble

tunjos / Searchbubble

A bubble to do your search.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Searchbubble

Newspaper
An aggregated newspaper app containing news from 10+ local news publishers in Hong Kong. Made with ❤
Stars: ✭ 82 (-54.7%)
Mutual labels:  realm, dagger2
Clean Marvel Kotlin
This repository contains a detailed sample app that implements Clean architecture and MVP in Kotlin using RxJava2, Retrofit
Stars: ✭ 27 (-85.08%)
Mutual labels:  realm, dagger2
wikilight
A lightweight Wikipedia Client
Stars: ✭ 50 (-72.38%)
Mutual labels:  realm, dagger2
Kotlin Cleanarchitecture
This is a sample app that is part of a blog post I have written about how to architect android application using the Uncle Bob's clean architecture and Fernando Cejas Android-CleanArchitecture in Kotlin. Post in Spanish: http://katade.com/clean-architecture-kotlin/
Stars: ✭ 274 (+51.38%)
Mutual labels:  realm, dagger2
Geeknews
📚A pure reading App based on Material Design + MVP + RxJava2 + Retrofit + Dagger2 + Realm + Glide
Stars: ✭ 3,496 (+1831.49%)
Mutual labels:  realm, dagger2
Moviehub
Showcases popular movies, tv shows, and people from The Movie Database
Stars: ✭ 325 (+79.56%)
Mutual labels:  realm, dagger2
Kotlin Android Mvp Starter
Create/Generate your kotlin MVP projects easily
Stars: ✭ 270 (+49.17%)
Mutual labels:  realm, dagger2
Acgclub
一款纯粹的ACG聚合类App
Stars: ✭ 829 (+358.01%)
Mutual labels:  realm, dagger2
Todo Android
[Google Play] Todo Android App using Realm, Material Design, and Dagger 2.
Stars: ✭ 107 (-40.88%)
Mutual labels:  realm, dagger2
Realm Draw
The official Realm Draw app used in promotional videos
Stars: ✭ 150 (-17.13%)
Mutual labels:  realm
Jreadhub
Readhub Android 客户端——官网 : https://readhub.cn
Stars: ✭ 168 (-7.18%)
Mutual labels:  dagger2
Dagger2
Kotlin Dagger2 example project
Stars: ✭ 145 (-19.89%)
Mutual labels:  dagger2
Android Client
An android client for the MifosX platform
Stars: ✭ 150 (-17.13%)
Mutual labels:  dagger2
Projectx
This repository might be a starting point for building Android interview tasks. There is also providing a basic sample template based on layered architecture using Dagger2 and Architecture Components.
Stars: ✭ 169 (-6.63%)
Mutual labels:  dagger2
Nearbyweather
NearbyWeather is an open source weather app for iOS, which uses the OpenWeatherMap API. With this project developers are invited to learn advanced iOS concepts, as well as to contribute further advancements. Fork this repo to get started.
Stars: ✭ 146 (-19.34%)
Mutual labels:  realm
Droid Feed
Aggregated Android news, articles, podcasts and conferences about Android Development
Stars: ✭ 174 (-3.87%)
Mutual labels:  dagger2
Beaver
Android MVVM + Dagger 2 (Hilt) + JetPack project template
Stars: ✭ 144 (-20.44%)
Mutual labels:  dagger2
Android Template
Android app starter template
Stars: ✭ 141 (-22.1%)
Mutual labels:  dagger2
Android Kotlin Modulerized Cleanarchitecture
🚀 Example modularized android application with single activity written in Kotlin
Stars: ✭ 180 (-0.55%)
Mutual labels:  dagger2
Fountain
Android Kotlin paged endpoints made easy
Stars: ✭ 175 (-3.31%)
Mutual labels:  dagger2

#Search Bubble

A bubble to do your search

Search Bubble Banner

Search Bubble allows you to Search with a Bubble. It's thats simple.
In addition, it can auto store your clipboard history for one click searching from anywhere at anytime.

Playstore Download

Search Bubble Playstore
Get it on Google Play Store

Direct APK Download

Search Bubble Apk: (v1.0.0)

Libraries used

  • Realm: a mobile database, fast and easy to use.
    Looking for all Clips that contain "Search Bubble" in its "description" field is as simple as
    RealmResults<Clip> clips = realm.where(Clip.class).contains("description", "Search Bubble", true).findAll()

  • Dagger 2: A fast dependency injector for Android and Java
    Instead of creating a new Clip object yourself with Clip clip = new Clip(); Dagger 2 makes it automatically from
    Google Android HQ and sends it to you, provided you do this @Inject Clip clip;

  • Butter Knife: Field and method binding for Android views
    Instead of writing TextView tvSearchBubble = (TextView)findViewById(R.id.tvSearchBubble);,
    you simply write @Bind(R.id.tvSearchBubble) TextView tvSearchBubble; and Jake Wharton will write the rest for you.

  • AppIntro: Android Library to make a cool intro for your app.
    A great way to show a tutorial on how to use your app when and after it is first launched

  • ChangeLog Library: Android Library to display your changelog
    Your changelog is a log or record of all the changes you made to your project

  • Crashlytic: A powerful and lightweight crash reporting solution.
    Provides an online Dashboard to view crashes in your app.

  • Rebound: Spring Animations for Android.
    Allows you to create animations that feel natural by introducing real world physics to your application.

  • LeakCanary: A memory leak detection library for Android and Java.
    Prevents your Android phone from sinking, due to memory leaks.

###Support Libraries

The Android Support Library package is a set of code libraries that provide backward-compatible versions of Android framework APIs as well as features that are only available through the library APIs. Each Support Library is backward-compatible to a specific Android API level.

  • v7 appcompat library: adds support for the Action Bar user interface design pattern.

  • v4 Support Library: includes many things according to google.

  • v7 recyclerview library: adds support for the RecyclerView widget, a view for efficiently displaying large data sets by providing a limited window of data items.

  • v7 cardview library: adds support for the CardView widget, which lets you show information inside cards that have a consistent look on any app.

  • Design Support Library: provides APIs to support adding material design components and patterns to your apps.

License

Copyright 2015 Tunji Olu-Taiwo

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].