Wednesday, March 31, 2021

Far Cry 3 Download Highly Compressed Google Drive (10MB/s)

Download Far Cry 3 for PC from Google Drive Link



Far Cry 3 is a third-person shooter game. Released in the year 2012 by the publisher Ubisoft. This amazing game was developed or designed by Ubisoft Montreal. Since its release, it has sold many copies worldwide. Because of the older version of the game, it was in the minds of all the gamers out there. Download Far Cry 3 Highly Compressed for your PC. Many individuals who are a fan of this entire series have already tried it and enjoyed very much. Due to high demand, it received lots of love from the entire gaming community. Refer to the gameplay section for more information.


Similar to Far Cry 1 and Far Cry 2 controls are exactly similar. Is it an advanced version so the graphics are more enhanced. Realistic surfaces, environment, vehicles, weapons, character, etc which makes it more and more fun as well as interesting to play. The player assumes as Jason Brody and has to defeat enemies and tackle until a certain objective as mentioned gets completed.



System requirements of the game :

THE required RAM memory is 2 GB.

A Graphics card of 512 MB is necessary.

Direct X version 9.0c compatible GPU.

CPU/Processor of Intel Dual Core with 2.6 GHz speed.

Total available space of 15 GB.

The operating system of Windows 10, 8, 8.1, or 7.


For more Highly Compressed and PC games visit our site. Many open-world, shooting, adventurous, racing games, and much more with a fully genuine post are posted. we helps you to solve your query regarding Far Cry 3 or any other game.

System requirements are somewhat high so low-end PCs can’t handle this game. But if you have a low internet then surely it will help you as it is in a highly compressed version. In the modern era internet connection with high speed is essential. But we try our best so each and every visitor can get it.


How to Download and Install Far Cry 3 Highly Compressed?

Click the below button to download.

Size is 4.9 GB in parts.

Watch the installation guide below.

To successfully play the game.

Open the game from the desktop and enjoy.

Tutorial Installation Video by me

Download Far Cry 3 here: Far Cry 3 Google Drive


How To Download files from this website?


How To Download files from this website? just click here.


NOTICE: If you are using a mobile Browser like Chrome so enable Desktop Site mode to not to get any problem while downloading 

Download Links: Click here to go to the download page


Thanks For Downloading :)

Motivational Quotes

Tuesday, March 16, 2021

GTA IV Low End PC Mod (2021)

 GTA IV Low-End PC Mod (2021) 60 FPS Boost!

Download Now

How To Download files from this website? just click here.




NOTICE: If you are using a mobile Browser like Chrome so enable Desktop Site mode to not to get any problems while downloading 

GTA 4 Khichdi Mod file

                             How To Download files from this website? just click here.


Tutorial Videos

Hindi version


English version




Thursday, March 11, 2021

PUBG New State Download on android Apk+Obb (2021)

PUBG New State Download on android Apk Obb.

DOWNLOAD link:PUBG NEW STATE

THNX FOR DOWNLOADING 😊😃☺️

Tuesday, March 9, 2021

How To Play GTA 5 on LOW-END PC (Toaster) without Graphics Card in HINDI (2021) | Lag and shutter Fix | GTA 3 Graphics mod

Play GTA V on Low End PC without Graphics Card (lag & shutter fixed)

How To Download files from this website? just click here.





You can also watch the full tutorial video for this lag fix file from the given video below:



Click on the Download button to get your Khichdi file


Thanks for downloading the file from this website :)

               How To Download files from this website? just click here.






Saturday, March 6, 2021

How to Custom Dialog Android Example

In this post we will see an Android Custom Dialog Example. I hope you know about creating Dialogs in Android, and then you might be thinking that what if I can customized the dialog completely as per my need. Then the answer is “YES” you can customized it as you want, you can put whatever design or component you need in your Alert Dialog.

Enough talking right? Now let’s start our Android Custom Dialog Example.

How to Custom Dialog Android Example

For the button background just create a new drawable resource file named button_background.xml and put the following code.

<?xml version="1.0" encoding="utf-8"?>

<selector xmlns:android="http://schemas.android.com/apk/res/android">

 

    <item>

        <shape>

            <stroke android:width="2dp" android:color="@color/colorPrimary" />

 

            <solid android:color="@android:color/transparent" />

 

            <corners android:bottomLeftRadius="6dp" android:bottomRightRadius="6dp" android:topLeftRadius="6dp" android:topRightRadius="6dp" />

        </shape>

    </item>

 

</selector>

For the icon that is displaying in the header, create one more drawable file. I created ic_success.xml and put the following code inside.

<vector android:height="24dp" android:viewportHeight="512"

    android:viewportWidth="512" android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">

    <path android:fillColor="#FFFFFF" android:pathData="M468.907,214.604c-11.423,0 -20.682,9.26 -20.682,20.682v20.831c-0.031,54.338 -21.221,105.412 -59.666,143.812c-38.417,38.372 -89.467,59.5 -143.761,59.5c-0.04,0 -0.08,0 -0.12,0C132.506,459.365 41.3,368.056 41.364,255.883c0.031,-54.337 21.221,-105.411 59.667,-143.813c38.417,-38.372 89.468,-59.5 143.761,-59.5c0.04,0 0.08,0 0.12,0c28.672,0.016 56.49,5.942 82.68,17.611c10.436,4.65 22.659,-0.041 27.309,-10.474c4.648,-10.433 -0.04,-22.659 -10.474,-27.309c-31.516,-14.043 -64.989,-21.173 -99.492,-21.192c-0.052,0 -0.092,0 -0.144,0c-65.329,0 -126.767,25.428 -172.993,71.6C25.536,129.014 0.038,190.473 0,255.861c-0.037,65.386 25.389,126.874 71.599,173.136c46.21,46.262 107.668,71.76 173.055,71.798c0.051,0 0.092,0 0.144,0c65.329,0 126.767,-25.427 172.993,-71.6c46.262,-46.209 71.76,-107.668 71.798,-173.066v-20.842C489.589,223.864 480.33,214.604 468.907,214.604z"/>

    <path android:fillColor="#FFFFFF" android:pathData="M505.942,39.803c-8.077,-8.076 -21.172,-8.076 -29.249,0L244.794,271.701l-52.609,-52.609c-8.076,-8.077 -21.172,-8.077 -29.248,0c-8.077,8.077 -8.077,21.172 0,29.249l67.234,67.234c4.038,4.039 9.332,6.058 14.625,6.058c5.293,0 10.586,-2.019 14.625,-6.058L505.942,69.052C514.019,60.975 514.019,47.88 505.942,39.803z"/>

</vector>

 Now for our Custom Alert Dialog create a layout. I have created my_dialog.xml. Inside this file we will design our Android Custom Dialog.

 <?xml version="1.0" encoding="utf-8"?>

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"

    android:layout_width="match_parent"

    android:layout_height="match_parent"

    android:orientation="vertical">

 

    <RelativeLayout

        android:layout_width="match_parent"

        android:layout_height="80dp"

        android:background="@color/colorPrimary">

 

        <ImageView

            android:layout_width="50dp"

            android:layout_height="50dp"

            android:layout_centerInParent="true"

            android:background="@drawable/ic_success" />

 

    </RelativeLayout>

 

    <LinearLayout

        android:layout_width="match_parent"

        android:layout_height="wrap_content"

        android:orientation="vertical"

        android:padding="16dp">

 

        <TextView

            android:layout_width="match_parent"

            android:layout_height="wrap_content"

            android:text="Success"

            android:textAlignment="center"

            android:textAppearance="@style/TextAppearance.AppCompat.Headline" />

 

        <TextView

            android:layout_width="match_parent"

            android:layout_height="wrap_content"

            android:layout_marginTop="10dp"

            android:text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla eu erat tincidunt lacus fermentum rutrum."

            android:textAlignment="center"

            android:textAppearance="@style/TextAppearance.AppCompat.Medium" />

 

        <Button

            android:id="@+id/buttonOk"

            android:layout_width="200dp"

            android:layout_height="wrap_content"

            android:layout_gravity="center"

            android:layout_marginTop="15dp"

            android:background="@drawable/button_background"

            android:text="Ok"

            android:textColor="@color/colorPrimary" />

 

    </LinearLayout>

 

</LinearLayout>

For this come inside activity_main.xml and create a button inside the activity.

<?xml version="1.0" encoding="utf-8"?>

<RelativeLayout 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"

    tools:context=".MainActivity">

 

 

    <Button

        android:id="@+id/buttonShowDialog"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:layout_centerInParent="true"

        android:background="@color/colorPrimary"

        android:padding="15dp"

        android:text="Android Custom Dialog Example"

        android:textAllCaps="false"

        android:textColor="#ffffff" />

 

</RelativeLayout>

For displaying the dialog come inside MainActivity.java and write the following code.

public class MainActivity extends AppCompatActivity {

 

    @Override

    protected void onCreate(Bundle savedInstanceState) {

        super.onCreate(savedInstanceState);

        setContentView(R.layout.activity_main);

 

        //attaching click listener

        findViewById(R.id.buttonShowDialog).setOnClickListener(new View.OnClickListener() {

            @Override

            public void onClick(View v) {

                

                //calling this method to show our android custom alert dialog

                showCustomDialog();

            }

        });

    }

 

    private void showCustomDialog() {

        //before inflating the custom alert dialog layout, we will get the current activity viewgroup

        ViewGroup viewGroup = findViewById(android.R.id.content);

        

        //then we will inflate the custom alert dialog xml that we created

        View dialogView = LayoutInflater.from(this).inflate(R.layout.my_dialog, viewGroup, false);

 

 

        //Now we need an AlertDialog.Builder object

        AlertDialog.Builder builder = new AlertDialog.Builder(this);

        

        //setting the view of the builder to our custom view that we already inflated

        builder.setView(dialogView);

 

        //finally creating the alert dialog and displaying it 

        AlertDialog alertDialog = builder.create();

        alertDialog.show();

    }

}

Android example - AlertDialog button text and background color

AlertDialog button text and background color

activity_main.xml

<?xml version="1.0" encoding="utf-8"?>

<android.support.design.widget.CoordinatorLayout

    xmlns:android="http://schemas.android.com/apk/res/android"

    xmlns:app="http://schemas.android.com/apk/res-auto"

    android:id="@+id/coordinator_layout"

    android:layout_width="match_parent"

    android:layout_height="match_parent"

    android:background="#aac1a3"

    >

    <Button

        android:id="@+id/btn_alert"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:text="Show Alert Dialog"

        android:layout_gravity="top|center_horizontal"

        />

</android.support.design.widget.CoordinatorLayout>

MainActivity.java

public class MainActivity extends AppCompatActivity {

    private Context mContext;

    private Activity mActivity;


    private CoordinatorLayout mCLayout;

    private Button mButton;



    @Override

    protected void onCreate(Bundle savedInstanceState) {

        super.onCreate(savedInstanceState);

        setContentView(R.layout.activity_main);


        // Get the application context

        mContext = getApplicationContext();

        mActivity = MainActivity.this;


        // Get the widget reference from XML layout

        mCLayout = (CoordinatorLayout) findViewById(R.id.coordinator_layout);

        mButton = (Button) findViewById(R.id.btn_alert);


        // Set a click listener for the button widget

        mButton.setOnClickListener(new View.OnClickListener() {

            @Override

            public void onClick(View view) {

                // Initializing a new alert dialog

                AlertDialog.Builder builder = new AlertDialog.Builder(mActivity);


                // Set a title for alert dialog

                builder.setTitle("Say Hello!");


                // Show a message on alert dialog

                builder.setMessage("Are you want to do this?");


                // Set the positive button

                builder.setPositiveButton("Say",null);


                // Set the negative button

                builder.setNegativeButton("No", null);


                // Set the neutral button

                builder.setNeutralButton("Cancel", null);


                // Create the alert dialog

                AlertDialog dialog = builder.create();


                // Finally, display the alert dialog

                dialog.show();


                // Get the alert dialog buttons reference

                Button positiveButton = dialog.getButton(AlertDialog.BUTTON_POSITIVE);

                Button negativeButton = dialog.getButton(AlertDialog.BUTTON_NEGATIVE);

                Button neutralButton = dialog.getButton(AlertDialog.BUTTON_NEUTRAL);


                // Change the alert dialog buttons text and background color

                positiveButton.setTextColor(Color.parseColor("#FF0B8B42"));

                positiveButton.setBackgroundColor(Color.parseColor("#FFE1FCEA"));


                negativeButton.setTextColor(Color.parseColor("#FFFF0400"));

                negativeButton.setBackgroundColor(Color.parseColor("#FFFCB9B7"));


                neutralButton.setTextColor(Color.parseColor("#FF1B5AAC"));

                neutralButton.setBackgroundColor(Color.parseColor("#FFD9E9FF"));

            }

        });

    }

}

AlertDialog button text and background color

Android example - Change AlertDialog background color

Change AlertDialog background color

activity_main.xml

<?xml version="1.0" encoding="utf-8"?>

<android.support.design.widget.CoordinatorLayout

    xmlns:android="http://schemas.android.com/apk/res/android"

    xmlns:app="http://schemas.android.com/apk/res-auto"

    android:id="@+id/coordinator_layout"

    android:layout_width="match_parent"

    android:layout_height="match_parent"

    android:background="#a3baa5"

    >

    <Button

        android:id="@+id/btn_alert"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:text="Show Alert Dialog"

        android:layout_gravity="center"

        />

</android.support.design.widget.CoordinatorLayout>

MainActivity.java

public class MainActivity extends AppCompatActivity {

    private Context mContext;

    private Activity mActivity;

    private CoordinatorLayout mCLayout;

    private Button mButton;

    @Override

    protected void onCreate(Bundle savedInstanceState) {

        super.onCreate(savedInstanceState);

        setContentView(R.layout.activity_main);


        // Get the application context

        mContext = getApplicationContext();

        mActivity = MainActivity.this;


        // Get the widget reference from XML layout

        mCLayout = (CoordinatorLayout) findViewById(R.id.coordinator_layout);

        mButton = (Button) findViewById(R.id.btn_alert);


        // Set a click listener for the button widget

        mButton.setOnClickListener(new View.OnClickListener() {

            @Override

            public void onClick(View view) {

                // Initializing a new alert dialog

                AlertDialog.Builder builder = new AlertDialog.Builder(mActivity);


                // Set a title for alert dialog

                builder.setTitle("Say Hello!");


                // Show a message on alert dialog

                builder.setMessage("Are you want to do this?");


                // Set the positive button

                builder.setPositiveButton("Say",null);


                // Set the negative button

                builder.setNegativeButton("Not now", null);


                // Create the alert dialog

                AlertDialog dialog = builder.create();


                // Finally, display the alert dialog

                dialog.show();

        });

    }

}

Change AlertDialog background color

Android Example - Show transparent AlertDialog

Show transparent AlertDialog

activity_main.xml

<?xml version="1.0" encoding="utf-8"?>

<android.support.design.widget.CoordinatorLayout

    xmlns:android="http://schemas.android.com/apk/res/android"

    xmlns:app="http://schemas.android.com/apk/res-auto"

    android:id="@+id/coordinator_layout"

    android:layout_width="match_parent"

    android:layout_height="match_parent"

    android:background="#ff6ab2"

    >

    <Button

        android:id="@+id/btn_alert"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:text="Show Alert Dialog"

        android:layout_gravity="top|center_horizontal"

        />

</android.support.design.widget.CoordinatorLayout>

MainActivity.java

public class MainActivity extends AppCompatActivity {

    private Context mContext;

    private Activity mActivity;

    private CoordinatorLayout mCLayout;

    private Button mButton;

    @Override

    protected void onCreate(Bundle savedInstanceState) {

        super.onCreate(savedInstanceState);

        setContentView(R.layout.activity_main);


        // Get the application context

        mContext = getApplicationContext();

        mActivity = MainActivity.this;


        // Get the widget reference from XML layout

        mCLayout = (CoordinatorLayout) findViewById(R.id.coordinator_layout);

        mButton = (Button) findViewById(R.id.btn_alert);


        // Set a click listener for the button widget

        mButton.setOnClickListener(new View.OnClickListener() {

            @Override

            public void onClick(View view) {

                // Initializing a new alert dialog

                AlertDialog.Builder builder = new AlertDialog.Builder(mActivity);


                // Set a title for alert dialog

                builder.setTitle("Say Hello!");


                // Show a message on alert dialog

                builder.setMessage("Are you want to do this?");


                // Set the positive button

                builder.setPositiveButton("Say",null);


                // Set the negative button

                builder.setNegativeButton("Not now", null);


                // Create the alert dialog

                AlertDialog dialog = builder.create();

                dialog.show();

            }

        });

    }

}

Show transparent AlertDialog

GTA V Download from Google Drive Link at 10MB/s speed

 GTA V Download from Google Drive Link at 10MB/s speed 



About Game:

Grand Theft Auto V is an action-adventure video game developed by Rockstar North and published by Rockstar Games. It was released in April 2015 for Microsoft Windows.

Minimum System Requirements:

OS: Windows 10 64 Bit, Windows 8.1 64 Bit, Windows 8 64 Bit, Windows 7 64 Bit Service Pack 1
Processor: Intel Core 2 Duo / AMD Phenom Quad-Core Processor (4 CPUs) @ 2.5GHz
Memory: 4GB
Video Card: 1GB of Dedicated Video Memory - click here to check it
Sound Card: 100% DirectX10
HDD Space: 78GB


→ Before playing any game always install 3 important software.
DOWNLOAD 3 IMPORTANT SOFTWARE'S


About DirectX: This version of DirectX is a universal version. it will automatically install DirectX according to your computer graphics. This version is called DirectX10 Offline and it is perfect it will also automatically install DirectX9, DirectX10, DirectX11, DirectX12 e.t.c.
About Visual C++: This version is a complete version of VBC. and it is offline you can easily install this.
About .Net Framework: Please note some times .Net Framework is already installed in windows make sure it is up to date. I sheared the latest version you can download and install.
Please note that 32-bit x86 machines are not good for heavy games. Most of the recent games require up to 8GB recommended RAM. Therefore please always install the x64 version of Windows. We recommend 8GB RAM and Windows 7 x64 for a good experience.

Happy gaming and if you like my work then please support me by sharing this blog's link with your friends or someone else.

Download Click here

                     How To Download files from this website? just click here.


Check out more games:

GTA IV Download: click here

GTA 5 4GB Ram Lag Fix: click here

GTA 5 Texture missing FIX: click here


Play GTA 5 Epic Games in Offline mode without internet: click here

Valorant Download For Low End PC

Download Valorant Highly compressed for PC In Only 500Mb  Free Download PC

Valorant Download official website

About Game
VALORANT is your global competitive stage. It’s a 5v5 tac-shooter matchup to plant or defuse the Spike in a one-life-per-round, first to 13 series. More than guns and bullets, you’ll choose an Agent armed with adaptive, swift, and lethal abilities that create opportunities to let your gunplay shine. Valorant is a free-to-play multiplayer tactical first-person shooter developed and published by Riot Games, for Microsoft Windows. First teased under the codename Project A in October 2019, the game began a closed beta period with limited access on April 7, 2020 followed by official release on June 2, 2020

System Requirements
  • OS – Windows 7, 8 or 10 64-bit.
  • RAM – 3GB.
  • VRAM – 512MB

Screen Shots of Ganeplays




How to play valorant in low end pc



Thursday, March 4, 2021

How to error code representation using enum in java

How to error code representation using enum in java

Here is the solution using your Enum that I typically employ to deal with error codes as you have explained in your scenario.

import java.util.HashMap;

import java.util.Map;

public class EnumSample {


    public static enum LoginErrorCode {


        EMAIL_OR_PASSWORD_INCORRECT("101"), EMAIL_INCORRECT("102"), UNKNOWN_ERROR_CODE("---");


        private static Map<String, LoginErrorCode> codeToEnumMap;


        private final String code;


        LoginErrorCode(String code) {

            this.code = code;

        }


        public String getCode() {

            return code;

        }



        /**

         * Looks up enum based on code.  If code was not registered as enum, it returns UNKNOWN_ERROR_CODE

         * @param code

         * @return

         */

        public static LoginErrorCode fromCode(String code) {

            // Keep a hashmap of mapping between code and corresponding enum as a cache.  We need to initialize it only once

            if (codeToEnumMap == null) {

                codeToEnumMap = new HashMap<String, EnumSample.LoginErrorCode>();

                for (LoginErrorCode aEnum : LoginErrorCode.values()) {

                    codeToEnumMap.put(aEnum.getCode(), aEnum);

                }

            }


            LoginErrorCode enumForGivenCode = codeToEnumMap.get(code);

            if (enumForGivenCode == null) {

                enumForGivenCode = UNKNOWN_ERROR_CODE;

            }


            return enumForGivenCode;

        }

    }


    public static void main(String[] args) {


        System.out.println( LoginErrorCode.fromCode("101")); //Prints EMAIL_OR_PASSWORD_INCORRECT

        System.out.println( LoginErrorCode.fromCode("102")); //Prints EMAIL_INCORRECT

        System.out.println( LoginErrorCode.fromCode("999")); //Prints UNKWNOWN_ERROR_CODE

    }

}

Wednesday, March 3, 2021

How to How to read an image file in internal storage in android

Today the Android programming blog will introduce you to a problem How to read an image file in internal storage in android with the following simple steps:

Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.

Step 2 − Add the following code to res/layout/activity_main.xml.

<?xml version = "1.0" encoding = "utf-8"?>

<LinearLayout xmlns:android = "http://schemas.android.com/apk/res/android"

   xmlns:tools = "http://schemas.android.com/tools"

   android:layout_width = "match_parent"

   android:layout_height = "match_parent"

   tools:context = ".MainActivity"

   android:orientation = "vertical">

   <Button

      android:id = "@+id/read"

      android:text = "read"

      android:layout_width = "wrap_content"

      android:layout_height = "wrap_content" />

   <ImageView

      android:id = "@+id/imageView"

      android:layout_width = "300dp"

      android:layout_height = "300dp" />

</LinearLayout>

In the above code, we have taken a button and image view. When user click on button, it will take an image from internal storage and append to image view.

Step 3 − Add the following code to src/MainActivity.java

public class MainActivity extends AppCompatActivity {

   Button read;

   ImageView imageView;

   @Override

   protected void onCreate(Bundle readdInstanceState) {

      super.onCreate(readdInstanceState);

      setContentView(R.layout.activity_main);

      imageView = findViewById(R.id.imageView);

      read = findViewById(R.id.read);

      read.setOnClickListener(new View.OnClickListener() {

         @Override

         public void onClick(View v) {

            ContextWrapper cw = new ContextWrapper(getApplicationContext());

            File directory = cw.getDir("imageDir", Context.MODE_PRIVATE);

            File file = new File(directory, "mario" + ".png");

            imageView.setImageDrawable(Drawable.createFromPath(file.toString()));

         }

      });

   }

}

Result example android 

How to write an image file in internal storage in android

 Today the Android programming blog will introduce you to a problem how to write an image file in internal storage in android with the following simple steps:

Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.

Step 2 − Add the following code to res/layout/activity_main.xml.

<?xml version = "1.0" encoding = "utf-8"?>

<LinearLayout xmlns:android = "http://schemas.android.com/apk/res/android"

xmlns:tools = "http://schemas.android.com/tools"

android:layout_width = "match_parent"

android:layout_height = "match_parent"

tools:context = ".MainActivity"

android:orientation = "vertical">

<Button

android:id = "@+id/save"

android:text = "save"

android:layout_width = "wrap_content"

android:layout_height = "wrap_content" />

</LinearLayout>

Step 3 − Add the following code to src/MainActivity.java

public class MainActivity extends AppCompatActivity {

   Button save;

   Bitmap bitmap;

   @Override

   protected void onCreate(Bundle savedInstanceState) {

      super.onCreate(savedInstanceState);

      setContentView(R.layout.activity_main);

      Drawable drawable = getResources().getDrawable(R.drawable.mario);

      bitmap = ((BitmapDrawable) drawable).getBitmap();

      save = findViewById(R.id.save);

      save.setOnClickListener(new View.OnClickListener() {

         @Override

         public void onClick(View v) {

            ContextWrapper cw = new ContextWrapper(getApplicationContext());

            File directory = cw.getDir("imageDir", Context.MODE_PRIVATE);

            File file = new File(directory, "UniqueFileName" + ".jpg");

            if (!file.exists()) {

               Log.d("path", file.toString());

               FileOutputStream fos = null;

               try {

                  fos = new FileOutputStream(file);

                  bitmap.compress(Bitmap.CompressFormat.JPEG, 100, fos);

                  fos.flush();

                  fos.close();

               } catch (java.io.IOException e) {

                  e.printStackTrace();

               }

            }

         }

      });

   }

}

Result How to write an image file in internal storage in android

How to write an image file in internal storage in android

GTA San Andreas Download for PC in 500MB (2021)

 GTA San Andreas Download for PC in 200MB parts




Grand Theft Auto San Andreas is the third 3D game in the GTA series, moving from Vice City of the 80s to the world of hip hop and gangster riots of the 90s. You play as Carl Johnson, returning home to Los Santos after 5 years. Much has changed over the years and Carl begins to regain the reputation and influence of his gang. Grand Theft Auto: San Andreas’ gameplay is a classic GTA – many scenes from cinematic plays, various missions, and many mini-games, spread across the world of free-roaming sandboxes.


GTA San Andreas Gameplay Screenshots:





What defines Grand Theft Auto: San Andreas downloads more than anything is its scale. It’s very ambitious, located in a big country that includes three big cities and many rural areas. This campaign is very large and there is still much to do. The story, a story of rich rags, may not be overwhelmingly original but is well told with excellent acting and many memorable and funny characters. The radio station is very good, with a great mix of 90s music and fun commercials.

There is a point when Grand Theft Auto: San Andreas will be frustrating for some people. Race cars in the country can be very clever, for example, and build Carl’s lungs to swim underwater for too long. Some missions are also a bit boring, but they are defeated by the best moments of the game and the amount of fun you can explore the country, enjoy the site, and create chaos!

Main features of Grand Theft Auto San Andreas:

  • An open-world 3D action game that has been hugely successful on PC, PlayStation, and mobile platforms.
  • Play as Carl Johnson and interact with him and his gang to dominate the streets where you will meet other characters like Helena, Katie, Brian, Catalina, Barbara, or Denise.
  • Help him find who killed his mother and protect other family members.
  • Trips to the cities of Los Santos, San Fierro, and Las Venturas mimic the gang wars that took place on the American West Coast.
  • The sandbox-type game where you can explore endless scenarios where anything goes.
  • The same game engine as GTA III: Renderware.
  • Striking soundtrack with 90s hip-hop, rock, and electronic music.
  • The possibility of extending the game options, which is already a lot, by installing all types of MOD like the famous Hot Coffee.

GTA San Andreas PC Game Cheat Codes:

In sandbox games where the possibilities never end, it is always useful to be able to use certain cheat codes to be able to solve the most complicated situations or simply manuals or tutorials to guide you through such a great game. With a quick search on Google, you can find out how to get a gun or the other or which is the fastest car to escape the police. There are hundreds of cheat codes for the GTA San Andreas pc game.

Dozens of codes to activate various hacks:

But beyond this little help, you should know that you can use a series of hacks through code that allows you to open different elements or activate settings and possibilities that make the game much more fun. So during the game, by entering a series of alphanumeric strings (you’ll find them on any game site), you can do extraordinary things like spawning Elvis everywhere, getting unlimited ammo and health, building boats and flying cars, be a sex symbol for girls, change your physical appearance, buy various sports cars or change the weather when you want.



Changes in GTA San Andreas Game as Compared to Old Editions?

San Andreas is actually a conglomeration of cities – including Fierro, Las Venturas, and Los Santos. Altogether, players have the most unusual chances of exploring the world. Download GTA San Andreas for free to freely explore the slums and wealthy cities of these cities. For the first time, the player started out as an independent thug and was able to recruit his own thugs into his gang, which gave him the greatest opportunity. From now on flights and attacks are easier, and at the same time, perfect shooting and driving are possible. For an already rich vehicle warehouse, this time you can get into a bicycle.

The player can also break into houses and apartments, and in addition, he has the opportunity to make money in casinos, game rooms, and other buildings like this. The character can also fire two weapons at the same time and swim, which was previously impossible. The possibility is now very great – it is said that with GTA San Andreas, a new era of GTA begins, which is even more varied and more absorbing.

At the GTA San Andreas game download, what surprised us was its extraordinary care in preparing the world. The writers have visited three cities where they model their games (Los Angeles, San Francisco, and Las Vegas), and have moved them to the place chosen expertly. Slums, wealthy districts, and public buildings – the world observed from the point of view of criminals is very diverse and very interesting. The player is humorous, even black.

GTA San Andreas Game Pros:

  • Many activities to do on the large map of San Andreas.
  • GTA San Andreas Game for PC is now playable online: Multiplayer.
  • The great missions that stun the player.
  • A character can be customized fully with all new skill levels.
  • To look stronger, work in the gym.
  • A wide array of mods.

GTA SA Game Cons:

  • Some soundtracks and important things removed by Patch.
  • Sometimes the mouse won`t work.

System Requirements for GTA San Andreas:

MINIMUM:

  • Windows XP or Windows 2000 operating system.
  • 1 GHz Pentium 3 processor or Athlon AMD Processor.
  • 256 MB RAM memory at least.
  • 64 MB Video Graphic Card Geforce 3 or higher.
  • At least 3.6 GB of free Hard Disk space required.
  • Installation of software like SecuROM or Direct X.
  • The terms and services must be checked before purchasing the product.

Recommended Requirements:

  • Intel Pentium IV or Athlon AMD XP Processor.
  • 384 MB of RAM or even more for a better.
  • 128 MB or even better graphic memory card for the best-Recommended card is Geforce 6.
  • For a complete installation of game 7, GB hard disc drive memory required.
  • A sound card that is compatible with Direct X9 is also required. The recommended card is Sound Blaster Audigy 2.

Requirements for Mac system:

  • Macintosh operating system (Snow Leopard 10.6) or even higher.
  • Core 2 Duo Intel processor or greater than Core 2 Duo.
  • 1 Gigabyte of RAM.
  • At least 5.2 GigaBytes of free space on the hard disk.
  • NVidia 7300 GT video graphic card or higher for better performance.

Other Requirements: Installation of software like SecuROM or Direct X.

GTA San Andreas Game Installation Instructions:

  • Download the archives from Download Link given below.
  • Right-click on the file downloaded, Click on “Extract here”. (You need Winrar for this)
  • Type BYM148 Gamerx as a password if it asks for a password.(If the password is wrong then watch the tutorial video linked below)
  • Once extracted, right-click on the file named “gta_sa.exe” to start the game.
  • Enjoy

Download Link

Installation Tutorial by me




Monday, March 1, 2021

Cyberpunk 2077 Free Download for PC v1.12 (2021)


 Download PC Game pre-installed in direct link. Cyberpunk 2077 was released on Dec 9, 2020


About The Game


Cyberpunk 2077 is an open-world, action-adventure story set in Night City, a megalopolis obsessed with power, glamour and body modification. You play as V, a mercenary outlaw going after a one-of-a-kind implant that is the key to immortality. You can customize your character’s cyberware, skillset and playstyle, and explore a vast city where the choices you make shape the story and the world around you. Become a cyberpunk, an urban mercenary equipped with cybernetic enhancements and build your legend on the streets of Night City. Enter the massive open world of Night City, a place that sets new standards in terms of visuals, complexity and depth. Take the riskiest job of your life and go after a prototype implant that is the key to immortality.

How to Download & Install Cyberpunk 2077


  1. Click the Download button below and you should be redirected to UploadHaven.
  2. Wait 5 seconds and click on the blue ‘download now’ button. Now let the download begin and wait for it to finish.
  3. Once Cyberpunk 2077 is done downloading, right click the .zip file and click on “Extract to Cyberpunk.v1.12.zip” (To do this you must have 7-Zip, which you can get here).
  4. Double click inside the Cyberpunk 2077 folder and run the exe application.
  5. Have fun and play! Make sure to run the game as administrator and if you get any missing dll errors, look for a Redist or _CommonRedist folder and install all the programs in the folder.

Cyberpunk 2077 Free Download


Click the download button below to start Cyberpunk 2077 Free Download with direct link. It is the full version of the game. Don’t forget to run the game as administrator.


Download Cyberpunk 2077 v1.12 (52GB)


Pre-Installed Torrent Link (100GB+)


NOTICE: This game is already pre-installed for you, meaning you don’t have to install it. If you get any missing dll errors, make sure to look for a _Redist or _CommonRedist folder and install directx, vcredist and all other programs in that folder. You need these programs for the game to run. Look for a ‘HOW TO RUN GAME!!.txt’ file for more help. Also, be sure to right click the exe and always select “Run as administrator” if you’re having problems saving the game. Always disable your anti virus before extracting the game to prevent it from deleting the crack files. If you need additional help, click here




System Requirements


  • Requires a 64-bit processor and operating system
  • OS: Windows 7 or 10
  • Processor: Intel Core i5-3570K or AMD FX-8310
  • Memory: 8 GB RAM
  • Graphics: NVIDIA GeForce GTX 780 or AMD Radeon RX 470
  • DirectX: Version 12
  • Storage: 70 GB available space
  • Additional Notes: In this game you will encounter a variety of visual effects that may provide seizures or loss of consciousness in a minority of people. If you or someone you know experiences any of the above symptoms while playing, stop and seek medical attention immediately.