Knowband Blog | Ecommerce Modules
  • User Manual
  • Ecommerce
  • Magento
  • Opencart
  • Store
  • Prestashop
  •  English (English)
    •  Français (French)
    •  Español (Spanish)
    •  Deutsch (German)
    •  Italiano (Italian)
    •  polski (Polish)
    •  Português (Portuguese (Brazil))

Author: Ajay Taneja

How to setup Encryption and Decryption between Android and ASP.Net Web Application?

Last Updated: January 7, 2020 Ajay Taneja Leave a comment

In this encryption, we are going to use a secret key for encrypting the string. The algorithm used will be AES with CBC (Cipher Block Chaining) mode. The C# code will use PKCS7 padding, as PKCS5 is not available there. In Android, it uses PKCS5 padding internally, even if we specify PKCS7 padding in the […]

Read More

How to save data to Firebase in Android?

Last Updated: March 11, 2019 Ajay Taneja Leave a comment

Objectives of the blog   This blog has been written with an aim to provide information on how to save data in Firebase Realtime database. The data that can be written to this database can vary from simple data types, such as strings, to complex data types such as Java objects. Pre-requisites To use the […]

Read More

How to fetch data from Firebase in Android?

Last Updated: March 13, 2019 Ajay Taneja Leave a comment

Objectives of the blog After reading this blog we will be able to fetch data from Firebase Realtime Database. This data may include simple data types, such as Strings, or complex data types such as Java objects. Pre-requisites We need to have a Android Studio project and Firebase project ready in order to use the […]

Read More

How is Session Management done in Android?

Last Updated: November 26, 2018 Ajay Taneja Leave a comment

In Android, the session management is done using some data storage techniques. This data can be stored in some global variables, database or application’s preferences. But there is an issue with the global variables. The global variables can only retain the data until the application is opened. Once the application gets closed, the global variables […]

Read More

Put Elements in Linear Fashion and at the Bottom of the Screen in Android

Last Updated: November 23, 2018 Ajay Taneja Leave a comment

The best way to put any elements in a linear fashion in Android is to use LinearLayout. Specify the attribute ‘orientation‘ of the LinearLayout to ‘vertical‘. Now any number of elements put inside the LinearLayout will be in vertical order. To align the elements at the bottom of the screen, use ConstraintLayout and add constraints […]

Read More

How to Create Alert Dialog box in Android?

Last Updated: October 31, 2018 Ajay Taneja Leave a comment

The alert dialog box can be used to display a message in a popup dialog box or display a text field for user input or show any custom view in the dialog box. For the view to be displayed in the popup dialog, the view has to be created programmatically or via XML. Then the […]

Read More

Please wait...
Liked This Article?

Get Updated About More Such New Articles?

  • User Manual
  • Ecommerce
  • Magento
  • Opencart
  • Store
  • Prestashop
  • English (English)
    • Français (French)
    • Español (Spanish)
    • Deutsch (German)
    • Italiano (Italian)
    • polski (Polish)
    • Português (Portuguese (Brazil))
Knowband Blog. All rights reserved.
Please wait...

Newsletter Subscription

Subscribe With Us and Get Latest Updates
SUBSCRIBE
x
Please wait...

Did not like?

Wait! Subscribe to our newsletter and explore other informative articles!