Re: [android-developers] Product Development PM @ Raynham , MA

2018-04-28 Thread Bhavesh Raval
On Fri, Apr 27, 2018, 10:44 PM  wrote:

> Hi ,
>
> We have an opening for " Product Development PM" with our client @ Raynham
> , MA.
>
> Contract : Long Term
>
> If you have suitable candidates, kindly send me their updated resume asap.
>
> JD ;
>
> o   B.S. /M.S. in Engineering or equivalent with 10+years of experience in
> Life sciences – Medical Devices domain with  Product design+project
> management  experience.
> oStrong knowledge in Medical Devices Labeling/Content Management
>
>   SPOC for Product Development Support activities
>   Coordinate between Client stakeholders and SMEs
>   Support the running of two pilot projects &  may require to travel
> within US locations.
>   Support in Documentation and reports creation and understanding of
> potential Quality, Design documentation challenges
>   Support the 2D barcode project.
>   Review and/or develop project management schedules and plans for use by
> internal and external stakeholders
>   Support with visualization technology, fingerprinting technology and/or
> scanning technology
>   Monitor and review any status reports needed to track progress of
> project activity daily
>   Prepare project status reports for management team and others
>   Ensure project compliance with applicable regulations
>
> Abdullah K
> Senior US IT Recruiter
> Technosoft Corporation
> One Towne Square, Suite 600
> Southfield, MI 48076
> Direct   : +1 248 415 4576
> Board   : +1 248 603 2600
> abdulla...@technosoftcorp.com
> www.technosoftcorp.com
> “GO Beyond Possible”
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to android-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/android-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/android-developers/e69b76bf-6f7f-41e4-a6b0-d144fc8b0846%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/CAAkYy-8kW3NEWY34FuZiq5oBW%3DfBzFgDTRnYzpsFBQGtG7pCXg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] java.lang.IllegalArgumentException: bad base-64

2018-04-17 Thread Bhavesh Raval


I want to decode an image from webservice which is in base64 to the bitmap 
and use it in my android app. This is my method:


byte[] decodeString = Base64.decode(imgname,Base64.DEFAULT);
Bitmap decoded = BitmapFactory.decodeByteArray(decodeString, 0, 
decodeString.length);
imageView.setImageBitmap(decoded);

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/ce5fe8e0-8b9b-4969-8d1c-bc7e0e8dd36c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.