Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
activity
- Page 1
Re: Activity Points
Community Center
Meta DaniWeb
13 Years Ago
by Ancient Dragon
Activity
points is something that was started here just…t recall when. But everyone started out with 0
activity
points and went from there. That's why you…will see some members with large post count and small
activity
points. Take me for example. I have a …huge post count but not so large
activity
points because I'm not as active here at …
Re: Activity Points
Community Center
Meta DaniWeb
13 Years Ago
by jingda
…on daniweb you won't have a lot of
activity
points. If you log in to daniweb maybe… once a week your
activity
point will not be very high compare to …not been back to daniweb for 7 years, your
activity
point will be very less like what AD said…, the
activity
point stuff started last year. I think what …
Activity Diagram + Loops
Programming
Computer Science
16 Years Ago
by IrfanMulla
Hello. I need to draw an
activity
digarm for a program code called Finite Differene Time Domain (… greater). If anybody could help me out by drwaing an
activity
digaram for the code below or point me towards tutorials…
Activity Points
Community Center
Meta DaniWeb
13 Years Ago
by abelLazm
Hey... I have a question regarding the
activity
point rules. How these are given to the users. I … 20 solved threads but still he has earned less 300
activity
points why? i mean 3 points are given to aone…
Re: Activity stream
Community Center
Meta DaniWeb
10 Years Ago
by pritaeas
Interesting. Just watched the
activity
stream after browsing Web Dev forum and saw this: ![…was reading that thread, while instead I was watching the
activity
stream and coming from a different forum altogether... Tried visiting… a PHP thread and going back to the
activity
stream, yet still that same link kept showing ;)
Activity Points??
Community Center
Meta DaniWeb
14 Years Ago
by Portgas D. Ace
What do
Activity
points do?? Ace
Activity Points for Using Google Plus
Community Center
Meta DaniWeb
13 Years Ago
by Dani
You can now earn
activity
points for hitting the +1 button on various DaniWeb pages. Right now it's just on the homepage and articles/news, but coming to most forum threads soon.
Re: Activity Points for Using Google Plus
Community Center
Meta DaniWeb
13 Years Ago
by Ancient Dragon
I don't get it. What is that +1 supposed to do (other than DaniWeb giving us
activity
points). Yes, I clicked it and some google box came up. But why??
Activity log
Programming
Software Development
11 Years Ago
by 21303359
I need to send my
activity
log in as an assignment to my lecturer. How do i go about doing that?
Activity stream
Community Center
Meta DaniWeb
11 Years Ago
by iamthwee
Just wondering how you did the
activity
stream, is it something you bolted on or is it part of CI? Also does it take up a lot of resources?
Re: Activity stream
Community Center
Meta DaniWeb
11 Years Ago
by Dani
You've motivated me to make changes to our
activity
stream page tonight. :) Thanks for that!
Re: Activity stream
Community Center
Meta DaniWeb
10 Years Ago
by JorgeM
I thought this was about the
activity
stream on the main page. I figured now this is about the member stats page. Yes, its very difficult to follow now.
Android Native - How to launch Activity from an exact alarm
Programming
Mobile Development
2 Years Ago
by dimitrilc
…; tools:targetApi="31"> <
activity
android:name=".MainActivity" android:showWhenLocked="…quot; /> </intent-filter> </
activity
> <receiver android:name=".AlarmReceiver"…
Android Native - Drive Activity States in Espresso Tests
Programming
Mobile Development
2 Years Ago
by dimitrilc
…the file named **ExampleInstrumentedTest.java**. ## Use **ActivityScenario** to Drive
Activity
States ## The two primary methods in the **ActivityScenario** class that…, we can now call `moveToState()` methods to move the **
Activity
** to different states. @Test fun lifecycleTest(){ ActivityScenario.launch(MainActivity::class…
Error on starting activity from background
Programming
Software Development
10 Years Ago
by 9tontruck
… code: **MainActivity.java** public class MainActivity extends
Activity
{ BCReceiver mReceiver; @Override protected void onCreate(Bundle…quot;@style/AppTheme" > <
activity
android:name=".MainActivity" android:label…
Discard all activities in app except one activity
Programming
Mobile Development
8 Years Ago
by nitin1
…activities except A. I have done it by restarting the
activity
using CLEAR_TASK intent (basically a restarter). But problem comes… "open with", it will still restart the
activity
& it is not looking with user prespective because …discard all the activities in android app keeping the current
activity
intact? Is there any way? LMK if you …
How to call an activity using intent, but the activity is the same one as well as pas
Programming
Mobile Development
13 Years Ago
by deucalion0
…want to call: [CODE]package com.deucalion0; import android.app.
Activity
; import android.content.Intent; import android.media.MediaPlayer; import …Button; import android.widget.TextView; public class FirstOneActivity extends
Activity
{ /** Called when the
activity
is first created. */ MediaPlayer ourSong; int counter; …
Android Activity Help...
Programming
Mobile Development
14 Years Ago
by Lygris
… two activites: [CODE]package dg.exe; import android.app.
Activity
; import android.os.Bundle; import android.content.Intent; import…widget.TextView; import android.widget.EditText; public class Dungeon_Dice_Roller extends
Activity
{ private Dungeon_Dice_Roller mContext; public void onCreate(Bundle savedInstanceState){ mContext =…
Re: Android Activity Help...
Programming
Mobile Development
14 Years Ago
by Lygris
…android:label="@string/app_name"> <
activity
android:name=".Dungeon_Main_Menu" android:label="@string… /> </intent-filter> </
activity
> <
activity
android:name="Dungeon_Dice_Roller" android:label="…
My app crashes when start new activity
Programming
Mobile Development
11 Years Ago
by Rasool Ahmed
…/> </intent-filter> </
activity
> <
activity
android:name="com.hsa.ispcheck.PersonInfo"… android:label="@string/title_activity_person_info" > </
activity
> </application> </manifest> So…
how to continue to play music on different activity
Programming
Mobile Development
10 Years Ago
by jalpesh_007
…button. while clicking on button i will redirected to another
activity
called"page_play.java" through intent. Music will get…. my current code is given below. public class myMainScreen extends
Activity
{ MediaPlayer mp; AssetFileDescriptor asd; Button b1,b2; @Override protected …
Re: How to call an activity using intent, but the activity is the same one as well as pas
Programming
Mobile Development
13 Years Ago
by peter_budo
Just create a new constructor for your
activity
that takes integer as parameter. Then when calling on the
activity
past new level value as parameter of call
Android access method second activity
Programming
Mobile Development
11 Years Ago
by christ123
… i make an android app.. i start the first
activity
(first class). then i have a button for the …firstactivity.this,secondactivity.class); startActivity(i); in the second
activity
on click event to a button i want to …call one method from the first
activity
: firstactivity f1= new firstactivity(); f1.MyMethod("my …
I need some way to monitor disk activity
Hardware and Software
Networking
8 Years Ago
by Reverend Jim
… issues with my TrendMicro anti-virus software where my disk
activity
hits 100% for 10-15 minute periods randomly throughout the… keep a log. Task Manager and PerfMon will show the
activity
but not keep a log. While there are free apps… accessed. I just need to track the percentage of disk
activity
like I see on the Performance tab of Task Manager…
Re: Android access method second activity
Programming
Mobile Development
11 Years Ago
by cool_zephyr
… getMyFirstActivityObj() { return myFirstActivityObj; } } Then in the first
activity
, MyMessage msg=new MyMessage(this); Intent i=new Intent(firstActivity…quot;,msg); startActivity(i); Then in the second
activity
, Intent i=getIntent(); firstActivity f1=((MyMessage)i.getSerializableExtra…
VC Activity for Tech Firms Drying Up?
Hardware and Software
16 Years Ago
by Brian.oco
…. credit crunch is a virtual halt to venture capital
activity
. Dow Jones VentureSource reported that in the third quarter… of 2008 venture capital
activity
was off 66% from the same period in 2007… mentioning that 2007 wasn't a great year for VC
activity
, either. Historically, in the tech sector, venture capital …
Week's Activity in Rankings
Community Center
Meta DaniWeb
13 Years Ago
by diafol
… done?? There I was working my way slowly up the
activity
rankings (erm, I don't take them seriously, honest :)),…. Pah - This is just an extension of Today's
Activity
isn't it - some temporary list? No real difference …IMO. How about reinstating the absolute All-Time
Activity
list? Waah! Toys out of the pram! :( I couldn…
Creating an activity stream?
Programming
Databases
13 Years Ago
by sacarias40
I have a project im working on that includes an
activity
stream. I'm working in php and MongoDb (noSql). The … them to favorites. How may i include these in an
activity
stream similar to facebook or twitter? Example: Josh, john, and… and i would see this in my profile on my
activity
stream.
Creating an activity stream?
Programming
Web Development
13 Years Ago
by sacarias40
I have a project im working on that includes an
activity
stream. I'm working in php and MongoDb (noSql). The … them to favorites. How may i include these in an
activity
stream similar to facebook or twitter? Example: Josh, john, and… and i would see this in my profile on my
activity
stream.
Re: Starting new activities from outside an activity
Programming
Mobile Development
12 Years Ago
by mjacqu3
Yes, I realize that. I know how to start an
activity
. I was asking if it is bad programming practice to …send an intent to start an
activity
from outside an
activity
context (another class). An error pops up when… override it. My question was not how to start an
activity
, but if this is a bad way to do it…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC