Parsi Coders
CustomNotification - نسخه قابل چاپ

+- Parsi Coders (http://parsicoders.com)
+-- انجمن: Mobile (http://parsicoders.com/forumdisplay.php?fid=56)
+--- انجمن: Basic4Android (http://parsicoders.com/forumdisplay.php?fid=112)
+--- موضوع: CustomNotification (/showthread.php?tid=3526)



CustomNotification - Farzin-PC - 04-20-2014

سلام دوستان
کسی تجربه کار با CustomNotification رو داشته؟!
من هرجوری ازش استفاده میکنم برنامه فورس کلوز میده! :|



کد:
Dim CN As CustomNotification
CN.Initialize(1)
CN.DefaultLED = False
CN.DefaultSound = False
CN.DefaultVibrate = False
CN.AutoCancel = False
CN.NoClear = True
CN.OnGoingEvent = True
CN.setIcon("icon")
CN.SetText("title","test title")
CN.SetText("text","im second line")
CN.SetTextColor("text",Colors.Red)
CN.Notify(1)

 


RE: CustomNotification - Amin_Mansouri - 04-20-2014

اینکارم قبلش انحام دادید؟
1. The Layout of the Notification
This is defined in an xml layout file. Create your layout, name it to "cm.xml" and copy it to your projects Objects/res/Layout folder. Mark it as read-only. See XML Resources for further information.
Make sure you give an id to each view in the xml, because in order to set these views we will use the same id.Code:



کد:
<TextView android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />


If you have trouble with the xml file (like I did), do Clean Project. Make the xml file in utf-8. warwound used dreamweaver for mine.

 


RE: CustomNotification - Farzin-PC - 04-20-2014

(04-20-2014، 03:04 PM)'Amin_Mansouri' نوشته: اینکارم قبلش انحام دادید؟
1. The Layout of the Notification
This is defined in an xml layout file. Create your layout, name it to "cm.xml" and copy it to your projects Objects/res/Layout folder. Mark it as read-only. See XML Resources for further information.
Make sure you give an id to each view in the xml, because in order to set these views we will use the same id.Code:




کد:
<TextView android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />


If you have trouble with the xml file (like I did), do Clean Project. Make the xml file in utf-8. warwound used dreamweaver for mine.

 

 

نه!!!
این کجا بود اصن؟!
من این lib رو میگما:
http://www.basic4ppc.com/android/forum/threads/custom-notification-library-barx.16950/


RE: CustomNotification - Amin_Mansouri - 04-21-2014

صبر کنید یکی از کاربرهای انجمن دسترسی داره
بگم که سمپل کدشو دانلود کنه بزاره
کل پروژتو پیوست کن
با کتابخانه


RE: CustomNotification - Farzin-PC - 04-24-2014

(04-21-2014، 07:16 AM)'Amin_Mansouri' نوشته: صبر کنید یکی از کاربرهای انجمن دسترسی داره
بگم که سمپل کدشو دانلود کنه بزاره
کل پروژتو پیوست کن
با کتابخانه

 

امین جان هنوز منتظرماا! Smile
ممنون

 


RE: CustomNotification - Farzin-PC - 05-08-2014

یعنی هیچ کس چیزی در مورد این کتابخونه نمیدونه!!!!!؟؟؟؟؟ :|