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

floating-search-view-auto-hide thumb

Floating Search View with Auto Hide for Android

Floating Search View with auto hide is part of material design. All major app now include floating searchview. For instance here is a simple implementation of floating searchview, with out using any dependencies or library files. It’s a simple and effective way for creating floating searchview for beginners. Search View

Read Details
share-image-without-saving logicchip thumb

Share An Image Without Saving it in Android

As a matter of fact sometimes we want to share images without saving it. Images from internet or locally generated images.For example  whatsapp profile pictures. You can share it, but it’s only visible in gallery when we saved it. However we are using bitmap generated from linear-layout to share. In

Read Details
send-sms-using-way2sms-android thump

Send SMS Using SMS Gateway from Android

In Android, you can use SmsManager API or devices Built-in application to send SMS’s. Therefore in this tutorial, we shows how to send SMS message using SMS Gateway from android. However Some times it’s important to inform user about changes made to there account by email or sms. Such as verification

Read Details
Creating image in android logicchip thumb

Creating Image From Current View in Android

Sometimes we are require to create images in our application,This project is all about creating image from view.In addition a view can be Relative-layout, Linear-layout etc. However for creating image from view in android first convert the view to bitmap format. Then the converted bitmap file is saved as a readable image format. Finally

Read Details
Turn your wordpress website into an android app thumb

Turing Your WordPress site into an android App

Turn your WordPress site into a native android app. Certainly not talking about creating a webview and loading an URL with it. In conclusion almost all android apps for website’s are URL loaded inside a webview. Although the webview is present here but it’s different.Let me explain.Don’t have to,let me show it. Download full

Read Details
Qr code with logo logicchip thumb

Create QR Code with Logo in android

Creating Qr code with logo using zxing library. In the first place QR code (abbreviated from Quick Response Code) is the trademark for a type of matrix barcode (or two-dimensional barcode). Not to mention it’s first designed for the automotive industry in Japan. On the other hand a barcode is

Read Details
qr code reader and generate logicchip thumb

Qr Code Reader And Qr Code Generator for Android

In the first place QR code (abbreviated from Quick Response Code) is the trademark for a type of matrix barcode (or two-dimensional barcode). Not to mention it’s first designed for the automotive industry in Japan. On the other hand a barcode is a machine-readable optical label that contains information about

Read Details
splash screen logicchip thumb

Android Splash Screen With Progress Bar

A splash screen is a graphical control element consisting of window containing an image,  logo and the current version of the software. Splash screen usually appears while a game or program is launching. A Splash screened are typically used by particularly large applications to notify the user that the program

Read Details
notification logicchip 1

Notification for android

A notification is a message you can display to the user outside of your application’s normal UI. When you tell the system to issue a notification, it first appears as an icon in the notification area.In order to see the details, the user opens the notification drawer. Both the notification

Read Details
Tab View inside Navigation Drawer image logicchip 3

Tab View Inside Navigation Drawer for android

To create a project that displays Tab View inside navigation drawer selection. By simple step by step process. It’s simple to combine tab view inside navigation drawer. First start by creating a “Navigation Drawer Activity” in android studio (assuming you are aware of those things). Second part is to create

Read Details

Posts navigation

Newer posts 1 2 3 Older posts

Logicchip

Top
Go to mobile version
 

Loading Comments...