Posts

Dollar to Rupee and Rupee to Dollar app .

Image
Create android app which convert  Dollar to Rupee and Rupee to Dollar app .    Frontend Language :- XML  😀😁    Backend Language : Java        Created By :- Shraddha Nand Pandey        XML CODE : -  <? xml version ="1.0" encoding ="utf-8" ?> <androidx.constraintlayout.widget.ConstraintLayout xmlns: android ="http://schemas.android.com/apk/res/android" xmlns: app ="http://schemas.android.com/apk/res-auto" xmlns: tools ="http://schemas.android.com/tools" android :layout_width ="match_parent" android :layout_height ="match_parent" android :background ="#673AB7" tools :context =".MainActivity" > <ImageView android :id ="@+id/imageView" android :layout_width ="420dp" android :layout_height ="209dp" android :background ="#FEE600" app :layout_constraintBottom_toBottomOf ="pa

Phone Dictionary Application in c

Image
Follow on LinkedIn  Phone Dictionary Application in c Project Created by :  SHRADDHA NAND PANDEY SHUBHAM KUMAR PODDAR RAHUL KUMAR PRASAD KETAN GUPTA  #include <stdio.h> #include <conio.h> #include <string.h> #include <stdlib.h> #include <windows.h> struct person  // Structure is declared {     char name [ 35 ];     char address [ 50 ];     long int mble_no ;     }; void menu (); void got (); void start (); void back (); void addrecord (); void listrecord (); void modifyrecord (); void deleterecord (); void searchrecord (); int main () {     system ( "color 9f" ) ; // to color the screen     start () ;     return 0 ; } void back () {     start () ; } void start () {     menu () ; } void menu () {     system ( "cls" ) ; printf ( " \t\t **********WELCOME TO PHONE DICTIONARY*************" ) ; printf ( " \n\n\t\t\t  MENU \t\t\n\n " ) ; printf ( " \t 1.Add New   \t 2.List   \t 3.Exit  

Shadow of ImageView in android

 Shadow of ImageView in android Gradle dependencies { compile 'com.yinglan.shadowimageview:shadowimageview:1.0.4' } In layout <com.yinglan.shadowimageview.ShadowImageView android:id="@+id/shadow" android:layout_width="300dp" android:layout_height="300dp" app:shadowRound="20dp" app:shadowSrc="@mipmap/lotus" app:shadowColor="@color/colorAccent"/> Set Picture shadow.setImageResource(resID); shadow.setImageDrawable(drawable); shadow.setImageBitmap(bitmap); Set the picture radius shadow.setImageRadius(radius); Set the shadow color of the image shadow.setImageShadowColor(color);

Divisibility

Image
Formulas for Divisibility Questions   Formulas for Divisibility in Aptitude A divisibility  is a rule for finding whether the number is divisible by another number or not. We can say that when number a is divided by another number b and remainder becomes zero . Hence the number a is divisible by b  . It is away to find factors of a large numbers.In this Page Formulas for Divisibility is given. Formulas for Divisibility & Definitions: A divisibility rule is a shorthand method of determining whether a given number is divisible by a fixed divisor without carrying out the division, usually by examining its digits. One whole number is divisible by another if, after dividing, the remainder is zero. If the whole number is divisible by another number than the second number is factor of 1st number.   Divisibility Formulas When we set up a division problem in an equation using our division algorithm, and  r  = 0, we have the  following equation: a = bq When this is the case, we say that  a