Saturday, August 19, 2017

marquee text use in android

marquee tag ব্যবহার করা যাবে।


<TextView    android:text="some instruction"    android:id="@+id/txtTicker"    android:layout_width="wrap_content"    android:layout_height="wrap_content"    android:layout_centerHorizontal="true"    android:layout_gravity="center_horizontal"    android:ellipsize="marquee"    android:focusable="true"    android:focusableInTouchMode="true"    android:freezesText="true"    android:gravity="center_horizontal"    android:marqueeRepeatLimit="marquee_forever"    android:paddingLeft="5dip"    android:paddingRight="5dip"    android:scrollHorizontally="true"    android:shadowColor="#FF0000"    android:shadowDx="1.5"    android:shadowDy="1.3"    android:shadowRadius="1.6"    android:singleLine="true"    android:textColor="@android:color/white"    android:textSize="20sp"    android:textStyle="bold" >
</TextView>

Monday, August 14, 2017

How to add git picture in android project- কিভাবে আনিমেটেড ছবি এন্ডইয়েড প্রজেক্টে দেখানো যাই।

প্রথমে gradle(Module :app)

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
        exclude group: 'com.android.support', module: 'support-annotations'    })
    compile 'com.android.support:appcompat-v7:25.3.1'    compile 'pl.droidsonroids.gif:android-gif-drawable:1.2.4' (******)    testCompile 'junit:junit:4.12'}


উপরে * চিহ্নিত লাইনটি যুক্ত করে দিতে হবে। 

তার পর Sync করলে কিছুক্ষন আপেক্ষা করার পর সব রেডি হয়ে যাবে আর কিছু করা লাগবে না।

আপনার xml ফাইল গিয়ে নিচের মত করে gif file টি drawable ফোল্ডারে রেখে imageView করার মত করে call করলে হবে।

<pl.droidsonroids.gif.GifTextView    android:layout_marginTop="2dp"    android:padding="25dp"    android:layout_marginRight="22dp"    android:layout_marginLeft="22dp"    android:layout_marginBottom="15dp"    android:layout_width="wrap_content"    android:layout_height="100dp"    android:background="@drawable/image"    />

এখানে image.gif নামে ফাইল টি drawable ফোল্ডারে রাখা আছে। 

আজ এই পর্যন্ত-
নতুন কোন টপিক্স নিয়ে আবার হাজির হব। সে পর্যন্ত ভালথাকবেন। 


Saturday, August 12, 2017

video file reduce -বড় ভিডিও ফাইলকে ছোট করা। MB reduce

HandBrake is a tool for converting video from nearly any format to a selection of modern, widely supported codecs.

https://handbrake.fr/




Caesium Image Compressor - পিকচার / ইমেজএর সাইজ কমানো।

To Download from the link
https://www.fosshub.com/Caesium-Image-Compressor.html

উপরের লিকং থেকে ডাউনলোড করে নিন;