Logicchip

    • Apps
      • Anti Pickpocket Alarm
      • Currency Converter
      • WhatsApp Stickers
    • About Us
Skip to content
bg
bg
bg
bg

Logicchip

Tutorials along with full source code and more

Chip icon - Round chip icon using picasso library android

Chip icon – Round chip icon using picasso library android

Chip icon using picasso library Chip (s) are compact elements that represent an attribute, text, entity, or action. They allow users to enter information, select a choice, filter content, or trigger an action. Chip manages its own start (app:chipIcon) and end (app:closeIcon) drawables. Picasso allows for hassle-free image loading .

Read Details
bottom app bar logicchip.com

Bottom App Bar – New Material theme 2

Bottom App Bar is introduced in material theme-2( check usage in material.io). The main advantage of bottom bar is it’s positioning bottom of the screen.You can use it with the default drawer-layout or with bottom sheet(You can check here). Both work flawlessly with bottom bar. In order to make the

Read Details
itext pdf logicchip.com

Itext 5 – creating custom PDF in android

Creating custom PDF using iText, iText Software is a global specialist in PDF. As a PDF library, it can be embedded into document solution workflows in industries such as; Legal, Finance, Governance, IT, Operations and more.We are using iText 5 here you can check there examples here. The output is something like

Read Details

Create Whatsapp stickers

Its easy to create whatsapp stickers now, First you can download the demo from github which is provided by whatsapp. Download Github First change the application id. You can create your own stickers just follow below link. whatsapp Sticker files must be in WebP format, you can easily convert a

Read Details
bottom sheet thumb logicchip

Bottom Sheet implementation for Android – Logicchip

Bottom sheet is a component that slides up from bottom of the screen to reveal more content. You can find more detailed information of Bottom Sheet on Google Material Design guidelines. Download MainActivity public class MainActivity extends AppCompatActivity { private AdapterColor adapterColor; private ArrayList<TypeColor> typeColors; private int posOfColor=0,posOfCountry=0; private String colorSelected=””; private

Read Details
permission at runtime

Dynamically add Multiple Runtime Permission

Permission are a thing now. Presently from Marshmallow on words android require Additional runtime permissions. Above all in order to work properly it’s essential. You know what  mean. Presumably we specify each permissions multiple times in a class. However this tutorial is about adding multiple permissions dynamically.Yes that’s right.First Place all the required

Read Details
action-bar-color logicchip.com thumb

Dynamic Action Bar and Status bar Color

Action bar color dynamically. Sometimes it is necessary to change the Action Bar and status bar color dynamically. This project shows how it can be achieved simply. Status bar color change is supported for lollipop and  above devices. So the project works by checking build versions of the device.Only action-bar

Read Details
custom-android-navigation-drawer logicchip thump

Custom Android Navigation Drawer

Here ,I will show you how to create a custom Navigation Drawer using the auto generated Android Studio Navigation Drawer template. Using the auto generated Android Studio Navigation Drawer gives you are great head start for most of the use cases of Navigation Drawer; however it can also leave you

Read Details
widget-creating-in-android-studio-logicchip thump

Widget Creating in Android Studio

App Widget are miniature application views that can be embedded in other applications (such as the Home screen) and receive periodic updates. These views are referred to as Widgets in the user interface, and you can publish one with an AppWidget provider. An application component that is able to hold

Read Details
creating interactive screen saver with daydream logicchip thumb

Creating Interactive Screen Saver with Daydream

DayDreams are interactive screensavers launched when a charging device is idle, or docked in a desk dock. Dreams provide another modality for apps to express themselves, tailored for an exhibition/lean-back experience. So it’s found here and an official example can be found here. DayDream feature was introduced in  Android 4.2,brings this kind

Read Details

Posts navigation

1 2 3 Older posts

Logicchip

Top
Go to mobile version
 

Loading Comments...