Sunday, May 28, 2017

Privacy Policy for iDev Roids Mobile Applications

This privacy policy governs your use of the software application or Mobile Apps  for mobile devices that were created by iDevRoids.

What information does the Application obtain and how is it used?

User Provided Information
The Application obtains the information you provide when you download and register the Application. Registration with us is optional. However, please keep in mind that you may not be able to use some of the features offered by the Application unless you register with us.


When you register with us and use the Application, you generally provide (a) your name, email address, age, user name, password and other registration information; (b) transaction-related information, such as when you make purchases, respond to any offers, or download or use applications from us; (c) information you provide us when you contact us for help; (d) credit card information for purchase and use of the Application, and; (e) information you enter into our system when using the Application, such as contact information and project management information.

We may also use the information you provided us to contact your from time to time to provide you with important information, required notices and marketing promotions.

Automatically Collected Information

In addition, the Application may collect certain information automatically, including, but not limited to, the type of mobile device you use, your mobile devices unique device ID, the IP address of your mobile device, your mobile operating system, the type of mobile Internet browsers you use, and information about the way you use the Application.

 

Does the Application collect precise real time location information of the device?


This Application does not collect precise information about the location of your mobile device.

Do third parties see and/or have access to information obtained by the Application?


Yes. We will share your information with third parties only in the ways that are described in this privacy statement.
We may disclose User Provided and Automatically Collected Information:
  • as required by law, such as to comply with a subpoena, or similar legal process;
  • when we believe in good faith that disclosure is necessary to protect our rights, protect your safety or the safety of others, investigate fraud, or respond to a government request;
  • with our trusted services providers who work on our behalf, do not have an independent use of the information we disclose to them, and have agreed to adhere to the rules set forth in this privacy statement.
  • if iDevRoids is involved in a merger, acquisition, or sale of all or a portion of its assets, you will be notified via email and/or a prominent notice on our Web site of any change in ownership or uses of this information, as well as any choices you may have regarding this information.
  • to advertisers and third party advertising networks and analytics companies as described in the section below

Automatic Data Collection and Advertising


We may work with analytics companies to help us understand how the Application is being used, such as the frequency and duration of usage. We work with advertisers and third party advertising networks, who need to know how you interact with advertising provided in the Application which helps us keep the cost of the Application low. Advertisers and advertising networks use some of the information collected by the Application, including, but not limited to, the unique identification ID of your mobile device and your mobile telephone number. To protect the anonymity of this information, we use an encryption technology to help ensure that these third parties can’t identify you personally. These third parties may also obtain anonymous information about other applications you’ve downloaded to your mobile device, the mobile websites you visit, your non-precise location information (e.g., your zip code), and other non- precise location information in order to help analyze and serve anonymous targeted advertising on the Application and elsewhere. We may also share encrypted versions of information you have provided in order to enable our partners to append other available information about you for analysis or advertising related use.

If you’d like to opt-out from third party use of this type of information to help serve targeted advertising, please visit the section entitled “Opt-out” below.

What are my opt-out rights?


There are multiple opt-out options for users of this Application:  
Opt-out of all information collection by uninstalling the Application: You can stop all collection of information by the Application easily by uninstalling the Application. You may use the standard uninstall processes as may be available as part of your mobile device or via the mobile application marketplace or network. You can also request to opt-out via email, at privacy@applicationsite.com.
Opt-out from the use of information to serve targeted advertising by advertisers and/or third party network advertisers: you may at any time opt-out from further allowing us to have access to your location data by describe how user can manage their location preferences either from the app or device level.


Data Retention Policy, Managing Your Information

We will retain User Provided data for as long as you use the Application and for a reasonable time thereafter. We will retain Automatically Collected information for up to 24 months and thereafter may store it in aggregate. If you’d like us to delete User Provided Data that you have provided via the Application, please contact us at idevRoids@gmail.com and we will respond in a reasonable time. Please note that some or all of the User Provided Data may be required in order for the Application to function properly.

Children


We do not use the Application to knowingly solicit data from or market to children under the age of 13. If a parent or guardian becomes aware that his or her child has provided us with information without their consent, he or she should contact us at idevRoids@gmail.com. We will delete such information from our files within a reasonable time.

 

Security


We are concerned about safeguarding the confidentiality of your information. We provide physical, electronic, and procedural safeguards to protect information we process and maintain. For example, we limit access to this information to authorized employees and contractors who need to know that information in order to operate, develop or improve our Application. Please be aware that, although we endeavor provide reasonable security for information we process and maintain, no security system can prevent all potential security breaches.

Changes

This Privacy Policy may be updated from time to time for any reason. We will notify you of any changes to our Privacy Policy by posting the new Privacy Policy here and informing you via email or text message. You are advised to consult this Privacy Policy regularly for any changes, as continued use is deemed approval of all changes. You can check the history of this policy by clicking here.

Your Consent

By using the Application, you are consenting to our processing of your information as set forth in this Privacy Policy now and as amended by us. "Processing,” means using cookies on a computer/hand held device or using or touching information in any way, including, but not limited to, collecting, storing, deleting, using, combining and disclosing information, all of which activities will take place in the United States. If you reside outside the United States your information will be transferred, processed and stored there under United States privacy standards.


Disclaimer

The information contained on http://andyanswer.blogspot.com/2017/05/privacy-policy-for-idev-roids- mobile.html website and mobile app (the "Service") is for general information purposes only.iDevRoids assumes no responsibility for errors or omissions in the contents on the Service.In no event shall iDevRoids be liable for any special, direct, indirect, consequential, or incidental damages or any damages whatsoever, whether in an action of contract, negligence or other tort, arising out of or in connection with the use of the Service or the contents of the Service. iDevRoids reserves the right to make additions, deletions, or modification to the contents on the Service at any time without prior notice.iDevRoids does not warrant that the website is free of viruses or other harmful components.This Disclaimer is licensed by TermsFeed Generator to iDevRoids. 

External links disclaimer

http://andyanswer.blogspot.com/2017/05/privacy-policy-for-idev-roids- mobile.html website and mobile app may contain links to external websites that are not provided or maintained by or in any way affiliated with iDevRoids
Please note that the iDevRoids does not guarantee the accuracy, relevance, timeliness, or completeness of any information on these external websites. 

Contact us

If you have any questions regarding privacy while using the Application, or have questions about our practices, please contact us via email with Subject line "Privacy Policy Questions" at idevRoids@gmail.com.

Last updated: May 29, 2017           

Thursday, March 24, 2016

Android ImageView Rotate Example.

Hello this is the tutorial for the android imageview rotate example.

MainActivity.java

package androidanswers.imagerotateapplication;

import android.graphics.Bitmap;
import android.graphics.drawable.BitmapDrawable;
import android.os.Bundle;
import android.support.v7.app.ActionBarActivity;
import android.view.Menu;
import android.view.MenuItem;
import android.widget.ImageView;

public class MainActivity extends ActionBarActivity {

    private Bitmap bmp;
    private Bitmap operation;
    ImageView i;

    @Override    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);
        i = (ImageView) this.findViewById(R.id.imageView);

        BitmapDrawable abmp = (BitmapDrawable) i.getDrawable();
        bmp = abmp.getBitmap();

        rotate180(bmp);


    }



    @Override    public boolean onCreateOptionsMenu(Menu menu) {
        // Inflate the menu; this adds items to the action bar if it is present.  
getMenuInflater().inflate(R.menu.menu_main, menu); return true; } @Override public boolean onOptionsItemSelected(MenuItem item) { // Handle action bar item clicks here. The action bar will
// automatically handle clicks on the Home/Up button, so long

// as you specify a parent activity in AndroidManifest.xml.
int id = item.getItemId(); //noinspection SimplifiableIfStatement if (id == R.id.action_settings) { return true; } return super.onOptionsItemSelected(item); } private void rotate180(Bitmap bmp) { operation = Bitmap.createBitmap(bmp.getWidth(),bmp.getHeight(), bmp.getConfig()); int width = bmp.getWidth(); //the Width of the original image
int
height = bmp.getHeight();//the Height of the original image for (int i = 0; i < bmp.getWidth(); i++) { for (int j = 0; j < bmp.getHeight(); j++) { operation.setPixel(bmp.getWidth() - i - 1, bmp.getHeight() - j - 1, bmp.getPixel(i, j)); } } i.setImageBitmap(operation); }







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" android:paddingBottom="@dimen/activity_vertical_margin" android:paddingLeft="@dimen/activity_horizontal_margin" android:paddingRight="@dimen/activity_horizontal_margin" android:paddingTop="@dimen/activity_vertical_margin" tools:context="androidanswers.imagerotateapplication.MainActivity"> <ImageView android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@+id/imageView" android:layout_marginTop="92dp" android:contentDescription="SampleImage" android:src="@drawable/spidey" android:scaleType="center" /> </LinearLayout>

Output Screen Shot.


After the Prg Run




Wednesday, March 23, 2016

First Post

First Post in the Journey. Let us Create the Good platform for android developers and share knowledge between the users and developer . :)